We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c6b22d + 8c0d5ed commit a307678Copy full SHA for a307678
.github/workflows/test.yml
@@ -145,23 +145,6 @@ jobs:
145
# GHA macOS is slow and flaky, so we only test a few YAMLS here.
146
# Other yamls are tested on Linux instances of Cirrus.
147
148
- catalina:
149
- name: "macOS 10.15 (deprecated)"
150
- # Will be fully unsupported by 12/1/22 https://github.com/actions/runner-images/issues/5583
151
- runs-on: macos-10.15
152
- timeout-minutes: 20
153
- steps:
154
- - uses: actions/setup-go@v3
155
- with:
156
- go-version: 1.19.x
157
- - uses: actions/checkout@v3
158
159
- fetch-depth: 1
160
- - name: Make
161
- run: make
162
- - name: Install
163
- run: make install
164
-
165
vmnet:
166
name: "VMNet test"
167
runs-on: macos-11
0 commit comments