Skip to content

Commit be0587d

Browse files
authored
Remove deprecated macOS 12 CI build (#1905)
Unfortunate, but until I can get access to a macOS machine we'll have to live without macOS CI as my previous attempt at adding macOS 13 CI is failing.
1 parent c6018b8 commit be0587d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-22.04, macos-12, windows-2022]
16+
os: [ubuntu-22.04, windows-2022]
1717
platform: [x64]
1818
build-cfg: [DebugOpt, Release]
1919
#build-cfg: [Debug, DebugOpt, Release] # our local copy of clang isn't build for debug on linux/macos currently

0 commit comments

Comments
 (0)