Skip to content

Commit 0981e35

Browse files
authored
Merge pull request #346 from imeoer/runner-update
misc: bump action runner version
2 parents 46d1914 + 2d20566 commit 0981e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
build_image:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
1616
platform:
@@ -124,7 +124,7 @@ jobs:
124124
curl -f http://127.0.0.1:2077/api/v1/health
125125
126126
release_binary:
127-
runs-on: ubuntu-20.04
127+
runs-on: ubuntu-latest
128128
strategy:
129129
matrix:
130130
arch: [amd64, arm64]
@@ -158,7 +158,7 @@ jobs:
158158
${{ env.OUTPUT_DIR }}
159159
160160
upload_binary:
161-
runs-on: ubuntu-20.04
161+
runs-on: ubuntu-latest
162162
env:
163163
OUTPUT_DIR: ${{ github.workspace }}/out
164164
needs: [release_binary]

0 commit comments

Comments
 (0)