Skip to content

Commit

Permalink
Disable MacOS builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
nVxx authored Nov 22, 2023
1 parent d1d8f6d commit 0e281d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
strategy:
matrix:
target-platform: [host-os]
os: [ubuntu-20.04, ubuntu-22.04, windows-2022, macos-12]
# temporarily disable MacOS builds for 28 RC3 release
# os: [ubuntu-20.04, ubuntu-22.04, windows-2022, macos-12]
os: [ubuntu-20.04, ubuntu-22.04, windows-2022]
type: [Debug, Release]
compiler: [default]
include:
# temporarily disable iOS build for 28 RC3 release
# temporarily disable iOS builds for 28 RC3 release
# - target-platform: iphoneos
# os: macos-12
# type: Debug
Expand Down

0 comments on commit 0e281d7

Please sign in to comment.