Skip to content

Commit

Permalink
run on macos amd
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed May 20, 2024
1 parent 150d232 commit 2e8636f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ concurrency:
jobs:
unit-test:
name: ${{ matrix.os }}, node ${{ matrix.node }}, python ${{ matrix.python }}
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu, windows, macos ]
os: [ ubuntu-latest, windows-latest, macos-14-large ]
node: [ 14, 16, 16.9 ]
include:
- node: "14"
Expand Down

0 comments on commit 2e8636f

Please sign in to comment.