Skip to content

Commit e44d8d9

Browse files
authored
Merge pull request #103 from kayqueGovetri/CI/removing-macos-latest
CI: Remove macos-latest
2 parents 07525af + 85f2689 commit e44d8d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
# Don't abort if a matrix combination fails
2626
fail-fast: false
2727
matrix:
28-
os: [ubuntu-latest, windows-latest, macos-latest]
28+
# 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]
2932
python-version: ["3.10"]
3033
browser: ["firefox", "chrome", "edge", "undetected_chrome"]
3134
headless: [true]

0 commit comments

Comments
 (0)