Skip to content

Commit f8aa610

Browse files
committed
chore(ci): remove windows and macos build steps from e2e workflows
- Remove macos-latest and windows-latest from e2e-with-binary.yml matrix - Remove macos-latest from e2e-tests.yml matrix
1 parent 4d4d496 commit f8aa610

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
e2e-cross:
3636
strategy:
3737
matrix:
38-
os: [macos-latest, ubuntu-latest]
38+
os: [ubuntu-latest]
3939
runs-on: ${{ matrix.os }}
4040

4141
steps:

.github/workflows/e2e-with-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939
strategy:
4040
matrix:
41-
os: [macos-latest, ubuntu-latest, windows-latest]
41+
os: [ubuntu-latest]
4242

4343
permissions:
4444
id-token: write

0 commit comments

Comments
 (0)