We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ubuntu-20.04
1 parent 78f0f7c commit 0c88674Copy full SHA for 0c88674
.github/workflows/CI-unixish.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
compiler: [clang++, g++]
11
- os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
+ os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
12
fail-fast: false
13
14
runs-on: ${{ matrix.os }}
0 commit comments