Skip to content

Commit

Permalink
feat(ci): Upgrade macOS runner from macOS 13 to 14
Browse files Browse the repository at this point in the history
Among other things, this will bring Xcode 16 (and Xcode 16.2 in a few
days), with updated toolchain.
  • Loading branch information
dwatteau committed Jan 12, 2025
1 parent 50b04be commit 5a58522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-basic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: 'Windows Server 2019 (win32)'
os: windows-2019
extraargs: '-DCMAKE_GENERATOR_PLATFORM=Win32'
- name: 'macOS 13 (x86_64 and arm64)'
os: macos-13
- name: 'macOS 14 (x86_64 and arm64)'
os: macos-14
extraargs: '-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"'

steps:
Expand Down

0 comments on commit 5a58522

Please sign in to comment.