Skip to content

Commit 9f55d0e

Browse files
authored
CI-unixish.yml: removed macos-11 / added macos-13 and macos-14 (#358)
`macos-11` is no longer available
1 parent d904016 commit 9f55d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 1 deletion
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-11, macos-12]
11+
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14]
1212
fail-fast: false
1313

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

0 commit comments

Comments
 (0)