Skip to content

Commit

Permalink
Use macos-14 build env on macos64x86_64 to match macos64ARMv8
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmiranda committed Dec 2, 2024
1 parent cbbef8e commit c440057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- debug
- assert

runs-on: macos-12 # macos-latest
runs-on: macos-14 # macos-latest
name: ${{ matrix.flavor }} for ${{ matrix.arch }}${{ matrix.mode == 'debug' && ' (DEBUG)' || matrix.mode == 'assert' && ' (ASSERT)' || '' }}
env:
ARCH: ${{ matrix.arch }}
Expand Down

0 comments on commit c440057

Please sign in to comment.