Skip to content

Commit

Permalink
fix: macos on arm
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Dec 1, 2023
1 parent 79b8b53 commit 4c593ec
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:

test-action:
name: "Test: Install"
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
os: [ubuntu-latest, macos-13-xlarge, windows-latest]

steps:
- name: Harden Runner
Expand All @@ -102,11 +102,11 @@ jobs:

test-path:
name: "Test: Path"
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
os: [ubuntu-latest, macos-13-xlarge, windows-latest]

steps:
- name: Harden Runner
Expand All @@ -132,11 +132,11 @@ jobs:

test-agent:
name: "Test: Agent"
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
os: [ubuntu-latest, macos-13-xlarge, windows-latest]

steps:
- name: Harden Runner
Expand All @@ -163,11 +163,11 @@ jobs:

test-noagent:
name: "Test: No Agent"
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
os: [ubuntu-latest, macos-13-xlarge, windows-latest]

steps:
- name: Harden Runner
Expand All @@ -194,11 +194,11 @@ jobs:

test-config:
name: "Test: Configuration"
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
os: [ubuntu-latest, macos-13-xlarge, windows-latest]

steps:
- name: Harden Runner
Expand Down

0 comments on commit 4c593ec

Please sign in to comment.