Skip to content

Commit 87b84ee

Browse files
authored
Merge pull request #1447 from ebkr/disable-mac-build
Disable MacOS from CI pipeline
2 parents 680aa41 + 2291879 commit 87b84ee

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
- kind: windows
1717
os: windows-latest
1818
platform: win
19-
- kind: mac
20-
os: macos-11
21-
platform: osx
19+
# Macos-11 is deprecated, macos-12 would require package updates, see PR #1409
20+
# - kind: mac
21+
# os: macos-11
22+
# platform: osx
2223
steps:
2324
- uses: actions/checkout@v3
2425

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
- kind: windows
1717
os: windows-latest
1818
platform: win
19-
- kind: mac
20-
os: macos-11
21-
platform: osx
19+
# Macos-11 is deprecated, macos-12 would require package updates, see PR #1409
20+
# - kind: mac
21+
# os: macos-11
22+
# platform: osx
2223
steps:
2324
- uses: actions/checkout@v3
2425

0 commit comments

Comments
 (0)