Skip to content

Commit

Permalink
Use GitHub 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 3773e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
main:
name: Validate PR title
runs-on: warp-ubuntu-latest-x64-16x
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
Expand Down
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: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Firefox
run: brew install --cask firefox
run: sudo apt-get update && sudo apt-get install -y firefox
- name: Update rust toolchains
run: rustup update
- name: Cache
Expand Down

0 comments on commit 3773e10

Please sign in to comment.