Skip to content

Commit

Permalink
Build on macOS 13 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Nov 12, 2023
1 parent fa780e5 commit dfb0a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
include:
- name: macOS (arm64)
os: macos-11
os: macos-13
triplet: arm64-osx-min1100
host_triplet: x64-osx-min1015
overlay_ports: vcpkg/overlay/osx:vcpkg/overlay/ports
Expand All @@ -30,7 +30,7 @@ jobs:
cmake_args: >-
-DMACOS_BUNDLE=ON
- name: macOS (x86_64)
os: macos-11
os: macos-13
triplet: x64-osx-min1015
host_triplet: x64-osx-min1015
overlay_ports: vcpkg/overlay/osx:vcpkg/overlay/ports
Expand Down

0 comments on commit dfb0a8a

Please sign in to comment.