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 75b3f9a commit c9c5cd0Copy full SHA for c9c5cd0
.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
@@ -59,7 +59,7 @@ jobs:
59
60
61
name: "Clang ${{ matrix.clang }} (C++${{ matrix.standard }}, ${{ matrix.stdlib }})"
62
63
64
- name: "Install Clang"
65
uses: egor-tensin/setup-clang@v1
0 commit comments