Skip to content

Commit

Permalink
ci: run on m1-macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Jan 30, 2024
1 parent b1462a4 commit 8e85f01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
os: [ubuntu-latest]
node_version: [18, 20]
include:
- os: macos-latest
- os: macos-14
node_version: 20
- os: windows-latest
node_version: 20
Expand All @@ -71,7 +71,7 @@ jobs:
with:
node-version: ${{ matrix.node_version }}

- uses: browser-actions/setup-chrome@v1
- uses: AriPerkkio/setup-chrome@macos-14-build

- name: Install
run: pnpm i
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
test-ui-e2e:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-14, windows-latest]
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8e85f01

Please sign in to comment.