Skip to content

Commit 6e35008

Browse files
committed
old Go versions doesn't support macos-latest
1 parent 4add80f commit 6e35008

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/go.yml

+13
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ jobs:
3232
- "1.12"
3333
- "1.11"
3434

35+
# old Go versions doesn't support macos-latest
36+
exclude:
37+
- os: macos-latest
38+
go: "1.15"
39+
- os: macos-latest
40+
go: "1.14"
41+
- os: macos-latest
42+
go: "1.13"
43+
- os: macos-latest
44+
go: "1.12"
45+
- os: macos-latest
46+
go: "1.11"
47+
3548
steps:
3649
- name: Check out code into the Go module directory
3750
uses: actions/checkout@v4

0 commit comments

Comments
 (0)