Skip to content

Commit 9cd8186

Browse files
authored
Drop mac-os tests for launcher_go (#850)
The runners cost 10 times more and there are no macOS specific tests which we are running.
1 parent 85a6e38 commit 9cd8186

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/launcher_go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,10 @@ jobs:
3131
fi
3232
3333
test:
34-
runs-on: ${{ matrix.os }}
34+
runs-on: ubuntu-latest
3535
timeout-minutes: 5
3636
strategy:
3737
fail-fast: true
38-
matrix:
39-
os: [ubuntu-latest, macos-latest]
4038
steps:
4139
- uses: actions/checkout@v4
4240
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)