Skip to content

Commit

Permalink
Merge pull request #99 from nspcc-dev/drop-macos-12
Browse files Browse the repository at this point in the history
workflows: drop macos-12 runner
  • Loading branch information
carpawell authored Nov 5, 2024
2 parents 3ee723b + 6215f38 commit e2538eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
os: [ubuntu-22.04, windows-2022, macos-14]
go: [ '1.22', '1.23' ]
exclude:
# Only latest Go version for Windows and MacOS.
- os: windows-2022
go: '1.22'
- os: macos-12
go: '1.22'
- os: macos-14
go: '1.22'
# Exclude latest Go version for Ubuntu as Coverage uses it.
Expand Down

0 comments on commit e2538eb

Please sign in to comment.