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 25
25
# Don't abort if a matrix combination fails
26
26
fail-fast : false
27
27
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]
32
29
python-version : ["3.10"]
33
30
browser : ["firefox", "chrome", "edge", "undetected_chrome"]
34
31
headless : [true]
39
36
# * https://github.com/abhi1693/setup-browser/issues/8
40
37
- os : windows-latest
41
38
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"
42
47
43
48
steps :
44
49
- uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments