Skip to content

Commit

Permalink
GHActions: Update legacy build to macOS 13 / Xcode 14
Browse files Browse the repository at this point in the history
macOS 12 runners are gone: actions/runner-images#10721
  • Loading branch information
etang-cw committed Dec 9, 2024
1 parent 546fb10 commit e77d284
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 @@ -23,8 +23,8 @@ jobs:

# Legacy build. Up to 3 versions behind latest (or beta).
include:
- os: "macos-12"
xcode: "13.4.1"
- os: "macos-13"
xcode: "14.3.1"
platform: "macos"
upload_artifacts: false
select_xcode: true
Expand Down

0 comments on commit e77d284

Please sign in to comment.