Skip to content

Commit 1f55e22

Browse files
authored
Merge pull request #2499 from jwillemsen/jwi-macos13zap
Removed macosx 13, not available anymore on github runners
2 parents 6e037b3 + 4d56d6d commit 1f55e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macosx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
cxxstd: ["03", "11", "17"]
20-
os: [macos-13, macos-14]
20+
os: [macos-14]
2121
include:
2222
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_macosx.GNU
2323
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)