Skip to content

Commit 0c88674

Browse files
authored
CI-unixish.yml: removed ubuntu-20.04 (#425)
1 parent 78f0f7c commit 0c88674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-unixish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
compiler: [clang++, g++]
11-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
11+
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14]
1212
fail-fast: false
1313

1414
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)