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 94c0786
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 @@ -24,9 +24,9 @@ jobs:
build_type: Release

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

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

0 comments on commit 94c0786

Please sign in to comment.