Compare commits

..

No commits in common. "e9a1c4e09a5eddb7db5d045b83807904bf8f67fc" and "2dfd9a1aa7d323cb01d29f41a5235799301ff9c5" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View file

@ -11,16 +11,13 @@ 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-14] os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-13]
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,16 +11,13 @@ 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-14] os: [github-ubuntu-latest-s, github-windows-latest-s, macos-latest, macos-13]
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