Skip to content

Commit 52f0093

Browse files
committed
update github runners
1 parent 9b06d9f commit 52f0093

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
@@ -45,7 +45,7 @@ jobs:
4545
standard: [17, 20]
4646
fail-fast: false
4747
name: "Clang ${{ matrix.clang }} (C++${{ matrix.standard }}, ${{ matrix.stdlib }})"
48-
runs-on: ubuntu-20.04
48+
runs-on: ubuntu-latest
4949
steps:
5050
- name: "Install Clang"
5151
uses: egor-tensin/setup-clang@v1

0 commit comments

Comments
 (0)