Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkujhd authored Mar 4, 2024
1 parent 9af26f1 commit e0a02dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,20 @@ jobs:
fail-fast: false
matrix:
go-second-version: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [macos-13-arm64]
exclude:
- os: macos-latest
go-second-version: 8
- os: macos-latest
go-second-version: 9
- os: macos-latest
go-second-version: 10
- os: macos-13
go-second-version: 8
- os: macos-13
go-second-version: 9
- os: macos-13
go-second-version: 10
include:
- os: macos-11
go-second-version: 8
Expand Down

0 comments on commit e0a02dc

Please sign in to comment.