Skip to content

Commit 2189b08

Browse files
committed
Update Test workflow to use newer ubuntu runner image
1 parent e24a863 commit 2189b08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [push, workflow_dispatch]
33
jobs:
44
image:
55
name: Image
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-22.04
77
steps:
88
- uses: actions/checkout@v4
99
- uses: docker/login-action@v2
@@ -19,7 +19,7 @@ jobs:
1919
runCmd: echo DONE!
2020
debian-x86-64:
2121
name: Debian x86_64
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-22.04
2323
needs: image
2424
steps:
2525
- name: Checkout
@@ -34,7 +34,7 @@ jobs:
3434
./bin/test-local
3535
debian-arm64:
3636
name: Debian arm64
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-22.04
3838
needs: image
3939
steps:
4040
- name: Checkout
@@ -49,7 +49,7 @@ jobs:
4949
./debian/test-arm64
5050
amazon-x86-64:
5151
name: AmazonLinux2/x86_64
52-
runs-on: ubuntu-20.04
52+
runs-on: ubuntu-22.04
5353
needs: image
5454
steps:
5555
- name: Checkout
@@ -64,7 +64,7 @@ jobs:
6464
./amzn/test
6565
amazon-arm64:
6666
name: AmazonLinux2 arm64
67-
runs-on: ubuntu-20.04
67+
runs-on: ubuntu-22.04
6868
needs: image
6969
steps:
7070
- name: Checkout
@@ -79,7 +79,7 @@ jobs:
7979
./amzn/test-arm64
8080
ubuntu-py27:
8181
name: Ubuntu x86_64 (Python27)
82-
runs-on: ubuntu-20.04
82+
runs-on: ubuntu-22.04
8383
needs: image
8484
steps:
8585
- name: Checkout

0 commit comments

Comments
 (0)