Skip to content

Commit 9a7972f

Browse files
committed
fix: macos version
1 parent 45272cd commit 9a7972f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ env:
1010
jobs:
1111
build-macos:
1212
name: build-macos-${{ matrix.target }}
13-
runs-on: ${{ matrix.os }}
13+
runs-on: macos-latest
1414
strategy:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- os: macos-13
19-
target: x86_64-apple-darwin
18+
- target: x86_64-apple-darwin
2019
archive_name: libtokenizers.darwin-x86_64.tar.gz
2120
alias_name: ""
22-
- os: macos-14
23-
target: aarch64-apple-darwin
21+
- target: aarch64-apple-darwin
2422
archive_name: libtokenizers.darwin-aarch64.tar.gz
2523
alias_name: libtokenizers.darwin-arm64.tar.gz
2624

0 commit comments

Comments
 (0)