Skip to content

Commit

Permalink
switch CI to Xcode 14 on macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
fdetro committed Oct 18, 2024
1 parent 4acbfbb commit a15385e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
os: windows-2022
build_type: Release

- name: "MacOS 12 (xc13)"
os: macos-12
- name: "MacOS 13 (xc14)"
os: macos-13-xlarge
build_type: Release
set_xcode_version_cmd: xcversion select 13.4.1
set_xcode_version_cmd: xcodes select 14.3.1

- name: "Ubuntu 22.04 (GCC-11)"
os: ubuntu-22.04
Expand Down

0 comments on commit a15385e

Please sign in to comment.