Skip to content

Commit 6f59781

Browse files
committed
ci: use ubuntu-latest
1 parent 36014f3 commit 6f59781

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-latest
2727
steps:
2828
- name: "Install GCC"
2929
uses: egor-tensin/setup-gcc@v1
@@ -58,7 +58,7 @@ jobs:
5858
standard: [17, 20]
5959
fail-fast: false
6060
name: "Clang ${{ matrix.clang }} (C++${{ matrix.standard }}, ${{ matrix.stdlib }})"
61-
runs-on: ubuntu-20.04
61+
runs-on: ubuntu-latest
6262
steps:
6363
- name: "Install Clang"
6464
uses: egor-tensin/setup-clang@v1

0 commit comments

Comments
 (0)