Skip to content

Commit

Permalink
Enable macOS M1 runners on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Oct 24, 2023
1 parent 4c14628 commit 0482e02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest, windows-latest, macos-latest-xlarge]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand All @@ -43,7 +43,7 @@ jobs:
fail-fast: false

matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest, windows-latest, macos-latest-xlarge]
plan:
# Latest releases
- ghc: latest
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest, windows-latest, macos-latest-xlarge]
steps:
- uses: actions/checkout@v4
- uses: ./
Expand All @@ -257,7 +257,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest, windows-latest, macos-latest-xlarge]
stack: ["latest", "2.9.3"]

steps:
Expand Down

0 comments on commit 0482e02

Please sign in to comment.