Skip to content

Commit

Permalink
Use linux runner for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Nov 10, 2024
1 parent db75c29 commit c36cb46
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,12 +14,12 @@ on:
jobs:
test:
name: Test
runs-on: warp-macos-latest-arm64-6x
runs-on: warp-ubuntu-latest-x64-16x
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Firefox
run: brew install --cask firefox
run: apt-get update && apt-get install -y firefox
- name: Update rust toolchains
run: rustup update
- name: Cache
Expand Down

0 comments on commit c36cb46

Please sign in to comment.