We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36014f3 commit 6f59781Copy full SHA for 6f59781
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
standard: [17, 20]
24
fail-fast: false
25
name: "GCC ${{ matrix.gcc }} (C++${{ matrix.standard }})"
26
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
27
steps:
28
- name: "Install GCC"
29
uses: egor-tensin/setup-gcc@v1
@@ -58,7 +58,7 @@ jobs:
58
59
60
name: "Clang ${{ matrix.clang }} (C++${{ matrix.standard }}, ${{ matrix.stdlib }})"
61
62
63
- name: "Install Clang"
64
uses: egor-tensin/setup-clang@v1
0 commit comments