Skip to content

Commit

Permalink
Fix os
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Jun 11, 2024
1 parent 6634580 commit 669b479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ permissions:
jobs:
test:
name: test (${{ inputs.pyodide-version}},${{ inputs.browser }},${{ inputs.runner }})
runs-on: ubuntu-latest
runs-on: ${{ inputs.os }}
env:
DISPLAY: :99
steps:
Expand Down
2 changes: 1 addition & 1 deletion utils/build_test_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import itertools
import json

DEFAULT_OS = "ubuntu-latest, macos-11"
DEFAULT_OS = "ubuntu-latest, macos-latest"
DEFAULT_RUNNER = "selenium, playwright"
DEFAULT_BROWSER = "chrome, firefox, node, safari, host"
DEFAULT_CHROME_VERSION = "latest"
Expand Down

0 comments on commit 669b479

Please sign in to comment.