Skip to content

Commit

Permalink
feat(ci): Upgrade macOS runner from macOS 12 to 13
Browse files Browse the repository at this point in the history
Looks like Apple already stopped providing security updates to Monterey.
  • Loading branch information
dwatteau committed Sep 17, 2024
1 parent 9344361 commit f6f5e6f
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 12 (x86_64 and arm64)'
os: macos-12
- name: 'macOS 13 (x86_64 and arm64)'
os: macos-13
extraargs: '-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"'

steps:
Expand Down

0 comments on commit f6f5e6f

Please sign in to comment.