Skip to content

Commit 3588ca8

Browse files
authored
CI-unixish.yml: removed unsupported macos-12 (#371)
1 parent 1c18356 commit 3588ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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, macos-12, macos-13, macos-14]
11+
os: [ubuntu-20.04, ubuntu-22.04, macos-13, macos-14]
1212
fail-fast: false
1313

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

0 commit comments

Comments
 (0)