Skip to content

Commit 358d57e

Browse files
committed
chore(ci): update to Ubuntu 22.04
1 parent 963ed18 commit 358d57e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
native:
88
name: Run tests on native architecture
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Install testing dependencies
@@ -31,7 +31,7 @@ jobs:
3131
name: Run tests
3232
with:
3333
arch: ${{ matrix.arch }}
34-
distro: ubuntu20.04
34+
distro: ubuntu22.04
3535
githubToken: ${{ github.token }}
3636
install: |
3737
apt-get -y update

0 commit comments

Comments
 (0)