Skip to content

Commit

Permalink
use macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Aug 26, 2024
1 parent 68132b2 commit 5067e4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ on:
jobs:
test:
name: Test
runs-on: warp-ubuntu-latest-x64-16x
# running with macos since it contains the safari driver
runs-on: warp-macos-13-arm64-6x
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: brew install --cask firefox
- name: Update rust toolchains
run: rustup update
- name: Install wasm-pack
Expand Down

0 comments on commit 5067e4d

Please sign in to comment.