Skip to content

Commit

Permalink
Merge pull request #155 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 75d0a1f + 3be7643 commit ab6ffbb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,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_versions: [ '1.22', '1.23' ]
exclude:
# Only latest Go version for Windows and MacOS.
- os: windows-2022
go_versions: '1.22'
- os: macos-12
go_versions: '1.22'
- os: macos-14
go_versions: '1.22'
# Exclude latest Go version for Ubuntu as Coverage uses it.
Expand Down

0 comments on commit ab6ffbb

Please sign in to comment.