Skip to content

Commit db39c0f

Browse files
authored
ci: remove macos runner (#4851)
1 parent ab1f2c4 commit db39c0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
os: [ ubuntu-latest, macos-latest ]
49+
os: [ubuntu-latest]
5050
test-path: ${{ fromJson(needs.pre-test.outputs.matrix) }}
5151
steps:
5252
- name: Download prepared workspace

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, macos-latest]
19+
os: [ubuntu-latest]
2020
steps:
2121
- uses: actions/checkout@v4
2222

0 commit comments

Comments
 (0)