We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07525af + 85f2689 commit e44d8d9Copy full SHA for e44d8d9
.github/workflows/ci.yml
@@ -25,7 +25,10 @@ jobs:
25
# Don't abort if a matrix combination fails
26
fail-fast: false
27
matrix:
28
- os: [ubuntu-latest, windows-latest, macos-latest]
+ # macos-latest issue related to ARM architecture in Firefox and edge.
29
+ # https://github.com/browser-actions/setup-edge/issues/481
30
+ # https://github.com/browser-actions/setup-firefox/issues/545
31
+ os: [ubuntu-latest, windows-latest, macos-12]
32
python-version: ["3.10"]
33
browser: ["firefox", "chrome", "edge", "undetected_chrome"]
34
headless: [true]
0 commit comments