Skip to content

Commit

Permalink
Use macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
braheezy committed May 3, 2024
1 parent 07c35ff commit 8c70bfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
name: windows
path: goqoa.exe
build-mac:
runs-on: macos-latest
# The OGG to QOA conversion test fails on macOS 14 because the checksum doesn't match.
# That doesn't feel like my problem so we'll stay on macOS 12 for now.
runs-on: macos-12
env:
GO111MODULE: "on"
CGO_ENABLED: 1
Expand Down

0 comments on commit 8c70bfe

Please sign in to comment.