Skip to content

Commit 962aa66

Browse files
committed
update release runners to ubuntu-22.04
1 parent 4e87067 commit 962aa66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
image:
1111
name: Image
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: docker/login-action@v2
@@ -25,7 +25,7 @@ jobs:
2525
runCmd: echo DONE!
2626
debian:
2727
name: Debian x86_64/arm64
28-
runs-on: ubuntu-20.04
28+
runs-on: ubuntu-22.04
2929
needs: image
3030
steps:
3131
- uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
CRYPTEIA_VERSION=${{ github.event.inputs.version }} ./package/deploy-image-debian
4242
amzn:
4343
name: AmazonLinux2 x86_64/arm64
44-
runs-on: ubuntu-20.04
44+
runs-on: ubuntu-22.04
4545
needs: image
4646
steps:
4747
- uses: actions/checkout@v4
@@ -57,7 +57,7 @@ jobs:
5757
CRYPTEIA_VERSION=${{ github.event.inputs.version }} ./package/deploy-image-amzn
5858
release:
5959
name: Create Release
60-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-22.04
6161
needs: [debian, amzn]
6262
steps:
6363
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)