Skip to content

Commit

Permalink
Merge pull request #158 from maxmind/greg/fix-macos-aarch64-build
Browse files Browse the repository at this point in the history
Build releases on macOS 13 and 14
  • Loading branch information
shadromani committed Apr 3, 2024
2 parents cc3a709 + afc74e8 commit 06f7bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-13, macos-14, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 06f7bac

Please sign in to comment.