Skip to content

Commit

Permalink
GH-140: Drop support for macOS 12 (#141)
Browse files Browse the repository at this point in the history
Fix GH-140

Use macOS 14 instead.
  • Loading branch information
kou authored Sep 25, 2024
1 parent 6166f84 commit 0b8c538
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ jobs:
run: |
docker compose push debian-cgo-python
macos:
name: AMD64 macOS 12 Go ${{ matrix.go }}
runs-on: macos-12
name: AMD64 macOS 14 Go ${{ matrix.go }}
runs-on: macos-14
timeout-minutes: 20
strategy:
fail-fast: false
Expand All @@ -217,8 +217,8 @@ jobs:
run: |
ci/scripts/test.sh $(pwd)
macos-cgo:
name: AMD64 macOS 12 Go ${{ matrix.go }} - CGO
runs-on: macos-12
name: AMD64 macOS 14 Go ${{ matrix.go }} - CGO
runs-on: macos-14
timeout-minutes: 25
strategy:
fail-fast: false
Expand Down

0 comments on commit 0b8c538

Please sign in to comment.