Skip to content

Commit

Permalink
ci: Limit macOS tests to macOS 11 for now
Browse files Browse the repository at this point in the history
Calling __CFInitialize() early has become problematic, and we will have
to deal with that later.

Co-authored-by: Håvard Sørbø <[email protected]>
  • Loading branch information
oleavr and hsorbo committed May 8, 2024
1 parent 1b55da8 commit 2eba149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
include:
- { id: windows-x86_64, runner: '"windows-latest"' }
- { id: windows-x86, runner: '"windows-latest"' }
- { id: macos-x86_64, runner: '"macos-13"' }
- { id: macos-x86_64, runner: '"macos-11"' }
- { id: macos-arm64, runner: '"macos-latest"' }
- { id: linux-x86_64, runner: '"ubuntu-latest"' }
- { id: linux-x86, runner: '"ubuntu-latest"' }
Expand Down Expand Up @@ -66,6 +66,7 @@ jobs:
name: core-devkit-${{ matrix.id }}
path: build/src/devkit/
- name: Test
if: matrix.id != 'macos-arm64'
run: make test

cross:
Expand Down

0 comments on commit 2eba149

Please sign in to comment.