File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 2525 # Don't abort if a matrix combination fails
2626 fail-fast : false
2727 matrix :
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]
28+ os : [ubuntu-latest, windows-latest, macos-latest]
3229 python-version : ["3.10"]
3330 browser : ["firefox", "chrome", "edge", "undetected_chrome"]
3431 headless : [true]
3936 # * https://github.com/abhi1693/setup-browser/issues/8
4037 - os : windows-latest
4138 browser : " firefox"
39+ # For now, the edge setup on linux amd64 is not working (07/2024)
40+ # See the issues below
41+ # * https://github.com/browser-actions/setup-edge/issues/386
42+ # * https://github.com/browser-actions/setup-edge/issues/516
43+ - os : ubuntu-latest
44+ browser : " edge"
45+ - os : macos-latest
46+ browser : " edge"
4247
4348 steps :
4449 - uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments