Skip to content

Commit

Permalink
swithc to macos-12 Monterey
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Tranquilla committed Dec 6, 2023
1 parent 21a33f9 commit cb17aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand All @@ -31,4 +31,4 @@ jobs:
run: nix-shell --run "npm install"
- name: Install playwright deps and run tests
working-directory: app/
run: nix-shell --run "node --version && npx playwright install-deps && npx playwright install && npx playwright test"
run: nix-shell --run "node --version && npx playwright install --with-deps && npx playwright test"

0 comments on commit cb17aca

Please sign in to comment.