Skip to content

Commit

Permalink
Update macOS 12 to macOS 13 in CI
Browse files Browse the repository at this point in the history
macOS 12 is deprecated by GitHub actions:
actions/runner-images#10721
  • Loading branch information
madsmtm committed Nov 25, 2024
1 parent 87dcf25 commit f8568b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,9 @@ jobs:
matrix:
include:
# Reasonably varied set of macOS targets.
- name: macOS 12 x86_64
- name: macOS 13 x86_64
target: x86_64-apple-darwin
os: macos-12 # x86_64
os: macos-13 # x86_64
frameworks: MACOS_13
test: true
- name: macOS 15 AArch64
Expand Down

0 comments on commit f8568b0

Please sign in to comment.