Skip to content

Commit d2db042

Browse files
committed
ci: use ubuntu-22.04
1 parent 75b3f9a commit d2db042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
standard: [17, 20]
2424
fail-fast: false
2525
name: "GCC ${{ matrix.gcc }} (C++${{ matrix.standard }})"
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-22.04
2727
steps:
2828
- name: "Install GCC"
2929
uses: egor-tensin/setup-gcc@v1
@@ -59,7 +59,7 @@ jobs:
5959
standard: [17, 20]
6060
fail-fast: false
6161
name: "Clang ${{ matrix.clang }} (C++${{ matrix.standard }}, ${{ matrix.stdlib }})"
62-
runs-on: ubuntu-20.04
62+
runs-on: ubuntu-22.04
6363
steps:
6464
- name: "Install Clang"
6565
uses: egor-tensin/setup-clang@v1

0 commit comments

Comments
 (0)