Skip to content

Commit ad98f03

Browse files
CI: Excluding edge setup on linux amd64 for now
1 parent e2b89c8 commit ad98f03

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ jobs:
3333
# * https://github.com/abhi1693/setup-browser/issues/8
3434
- os: windows-latest
3535
browser: "firefox"
36+
# For now, the edge setup on linux amd64 is not working (07/2024)
37+
# See the issues below
38+
# * https://github.com/browser-actions/setup-edge/issues/386
39+
# * https://github.com/browser-actions/setup-edge/issues/516
40+
- os: ubuntu-latest
41+
browser: "edge"
42+
- os: macos-latest
43+
browser: "edge"
3644
steps:
3745
- uses: actions/checkout@v4
3846
- name: Install libgl1
@@ -63,10 +71,8 @@ jobs:
6371
- uses: browser-actions/setup-firefox@latest
6472
if: matrix.browser == 'firefox'
6573

66-
- uses: browser-actions/setup-edge@v1
74+
- uses: browser-actions/setup-edge@latest
6775
if: matrix.browser == 'edge'
68-
with:
69-
edge-version: stable
7076

7177
- name: Run Tests in ${{ matrix.browser }}
7278
run: |

0 commit comments

Comments
 (0)