Skip to content

Commit 88ac366

Browse files
committed
freeze ubuntu version
actions/runner-images#10636
1 parent 82e6f2d commit 88ac366

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
build-openwrt:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020

2121
container:
2222
image: openwrt/sdk:latest
@@ -76,7 +76,7 @@ jobs:
7676
echo '```' >> $GITHUB_STEP_SUMMARY
7777
7878
build-entware:
79-
runs-on: ubuntu-latest
79+
runs-on: ubuntu-22.04
8080

8181
steps:
8282
- name: Checkout
@@ -107,7 +107,7 @@ jobs:
107107
echo '```' >> $GITHUB_STEP_SUMMARY
108108
109109
build-repository:
110-
runs-on: ubuntu-latest
110+
runs-on: ubuntu-22.04
111111
needs: [build-openwrt, build-entware]
112112

113113
steps:
@@ -158,7 +158,7 @@ jobs:
158158
echo '```' >> $GITHUB_STEP_SUMMARY
159159
160160
create-release:
161-
runs-on: ubuntu-latest
161+
runs-on: ubuntu-22.04
162162
needs: [build-repository]
163163

164164
steps:
@@ -301,7 +301,7 @@ jobs:
301301
echo "Release v${{ steps.version.outputs.content }} created" >> $GITHUB_STEP_SUMMARY
302302
303303
deploy-repository:
304-
runs-on: ubuntu-latest
304+
runs-on: ubuntu-22.04
305305
needs: [build-repository]
306306

307307
steps:

0 commit comments

Comments
 (0)