Skip to content

Commit

Permalink
ci: use macos-15 and remove macos-12 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 24, 2024
1 parent 323c852 commit b4a498b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- 1.23.x
- 1.22.x
os:
- macos-12
- macos-13
- macos-14
- macos-15
- windows-2019
- windows-2022
- ubuntu-20.04
Expand All @@ -57,8 +57,8 @@ jobs:
- {cgo: cgo, os: ubuntu-20.04}
- {cgo: cgo, os: ubuntu-22.04}
# Limit the OS variants tested with the earliest supported Go version (save resources).
- {go: 1.22.x, os: macos-12}
- {go: 1.22.x, os: macos-13}
- {go: 1.22.x, os: macos-14}
- {go: 1.22.x, os: windows-2019}
- {go: 1.22.x, os: ubuntu-22.04}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b4a498b

Please sign in to comment.