Skip to content

Commit

Permalink
Merge pull request #103 from kayqueGovetri/CI/removing-macos-latest
Browse files Browse the repository at this point in the history
CI: Remove macos-latest
  • Loading branch information
hhslepicka committed May 1, 2024
2 parents 07525af + 85f2689 commit e44d8d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
# Don't abort if a matrix combination fails
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# macos-latest issue related to ARM architecture in Firefox and edge.
# https://github.com/browser-actions/setup-edge/issues/481
# https://github.com/browser-actions/setup-firefox/issues/545
os: [ubuntu-latest, windows-latest, macos-12]
python-version: ["3.10"]
browser: ["firefox", "chrome", "edge", "undetected_chrome"]
headless: [true]
Expand Down

0 comments on commit e44d8d9

Please sign in to comment.