mirror of
https://github.com/nlohmann/json.git
synced 2025-06-07 23:04:06 +08:00
👷 add arm64 images
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
parent
07e7d0e492
commit
71b683f07e
9
.github/workflows/macos.yml
vendored
9
.github/workflows/macos.yml
vendored
@ -54,10 +54,11 @@ jobs:
|
||||
# run: cd build ; ctest -j 10 --output-on-failure
|
||||
|
||||
macos-13:
|
||||
runs-on: macos-13 # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
|
||||
strategy:
|
||||
matrix:
|
||||
xcode: ['14.1', '14.2', '14.3', '14.3.1', '15.0.1', '15.1', '15.2']
|
||||
image: ['macos-13', 'macos-13-arm64']
|
||||
runs-on: ${{ matrix.image }} # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
|
||||
|
||||
@ -71,10 +72,11 @@ jobs:
|
||||
run: cd build ; ctest -j 10 --output-on-failure
|
||||
|
||||
macos-14:
|
||||
runs-on: macos-14 # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
|
||||
strategy:
|
||||
matrix:
|
||||
xcode: ['15.3', '15.4']
|
||||
image: ['macos-14', 'macos-14-arm64']
|
||||
runs-on: ${{ matrix.image }} # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
|
||||
|
||||
@ -88,10 +90,11 @@ jobs:
|
||||
run: cd build ; ctest -j 10 --output-on-failure
|
||||
|
||||
macos-15:
|
||||
runs-on: macos-15 # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md
|
||||
strategy:
|
||||
matrix:
|
||||
xcode: ['16.0', '16.1', '16.2', '16.3']
|
||||
image: ['macos-15', 'macos-15-arm64']
|
||||
runs-on: ${{ matrix.image }} # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user