Skip to content

Commit

Permalink
COMP: Update GitHub CI runner to use macOS 12 for x86 (#971)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson authored May 21, 2024
1 parent e75fc3a commit cfd899a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
fail-fast: false
matrix:
os:
- macos-11
- macos-12
- macos-14
include:
- os: macos-11
- os: macos-12
preset: ci-macos-x64
- os: macos-14
preset: ci-macos-arm64
Expand Down

0 comments on commit cfd899a

Please sign in to comment.