Skip to content

Commit 06f7bac

Browse files
authored
Merge pull request #158 from maxmind/greg/fix-macos-aarch64-build
Build releases on macOS 13 and 14
2 parents cc3a709 + afc74e8 commit 06f7bac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [macos-latest, ubuntu-latest, windows-latest]
19+
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)