Compare commits

...

2 commits

Author SHA1 Message Date
Claire Villard
e9a1c4e09a Fix runner architecture check and disable fail-fast for QA 2025-12-09 09:27:40 +01:00
Claire Villard
ec23b8d4ce Replace unsupported images macos-13 by macos-14 for QA 2025-12-09 09:23:58 +01:00
2 changed files with 8 additions and 2 deletions

View file

@ -11,13 +11,16 @@ jobs:
output-test: output-test:
name: Action outputs name: Action outputs
strategy: strategy:
fail-fast: false
matrix: matrix:
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-13] os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-14]
cache: [true, false] cache: [true, false]
include: include:
- arch: X64 - arch: X64
- os: macos-latest - os: macos-latest
arch: ARM64 arch: ARM64
- os: macos-14
arch: ARM64
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
# Specifying a specific architecture of the runner is not possible for Github hosted runners # Specifying a specific architecture of the runner is not possible for Github hosted runners

View file

@ -11,13 +11,16 @@ jobs:
output-test: output-test:
name: Action outputs name: Action outputs
strategy: strategy:
fail-fast: false
matrix: matrix:
os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-13] os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-14]
cache: [true, false] cache: [true, false]
include: include:
- arch: X64 - arch: X64
- os: macos-latest - os: macos-latest
arch: ARM64 arch: ARM64
- os: macos-14
arch: ARM64
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
# Specifying a specific architecture of the runner is not possible for Github hosted runners # Specifying a specific architecture of the runner is not possible for Github hosted runners