Found some more places where the platform matrix needs adjusting

This commit is contained in:
Per Abich
2025-03-13 09:28:44 +01:00
committed by Guillaume Nodet
parent 2dd704186b
commit de0ce6c589
2 changed files with 8 additions and 2 deletions

View File

@@ -80,7 +80,13 @@ jobs:
fail-fast: false
matrix:
# binaries wanted: linux amd64, mac M1, mac intel, windows x86
os: [ ubuntu-latest, macos-latest, macos-13, windows-latest ]
os: [ ubuntu-latest, macos-latest, macos-13, macos-14, windows-latest ]
arch: [ x64, arm64 ]
exclude:
- os: macos-13
arch: arm64
- os: windows-latest
arch: arm64
runs-on: ${{ matrix.os }}
steps:

View File

@@ -35,7 +35,7 @@ jobs:
fail-fast: true
matrix:
# binaries wanted: linux amd64, mac intel, mac M1, windows x86
os: [ ubuntu-latest, macos-13, macos-14, windows-latest ]
os: [ ubuntu-latest, macos-latest, macos-13, macos-14, windows-latest ]
arch: [ x64, arm64 ]
exclude:
- os: macos-13