Skip to content

Commit

Permalink
chore: update Golang versions and macOS versions for test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
bored-engineer authored Dec 20, 2024
1 parent cb067ce commit 7bea85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
name: go=${{ matrix.version }} cgo=${{ matrix.cgo }} macOS=${{ matrix.macos }}
strategy:
matrix:
version: ["1.20", "1.21"]
macos: ["latest", "12", "11"]
version: ["1.23", "1.22"]
macos: ["latest", "15", "14", "13"]
cgo: ["1", "0"]
runs-on: macos-${{ matrix.macos }}
steps:
Expand Down

0 comments on commit 7bea85b

Please sign in to comment.