Skip to content

Commit a307678

Browse files
authored
Merge pull request #1188 from AkihiroSuda/fix-macos-10-15
CI: remove catalina (macOS 10.15)
2 parents 4c6b22d + 8c0d5ed commit a307678

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -145,23 +145,6 @@ jobs:
145145
# GHA macOS is slow and flaky, so we only test a few YAMLS here.
146146
# Other yamls are tested on Linux instances of Cirrus.
147147

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-
with:
159-
fetch-depth: 1
160-
- name: Make
161-
run: make
162-
- name: Install
163-
run: make install
164-
165148
vmnet:
166149
name: "VMNet test"
167150
runs-on: macos-11

0 commit comments

Comments
 (0)