Skip to content

Commit d75dcc7

Browse files
deadprogramaykevl
authored andcommitted
ci: remove macOS 12 runner
Signed-off-by: deadprogram <[email protected]>
1 parent 8503b6b commit d75dcc7

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/macos.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,6 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15-
macos-12:
16-
name: macos-12
17-
runs-on: macos-12
18-
steps:
19-
- name: Install Go
20-
uses: actions/setup-go@v5
21-
with:
22-
go-version: '1.20'
23-
- name: Checkout
24-
uses: actions/checkout@v4
25-
- name: Run unit tests
26-
run: go test
27-
- name: "Run macOS smoke tests"
28-
run: make smoketest-macos
29-
3015
macos-13:
3116
name: macos-13
3217
runs-on: macos-13

0 commit comments

Comments
 (0)