diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37eabcd..38b8eb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,10 +82,23 @@ jobs: include: - target: x86_64-apple-darwin arch_name: x86_64 - os: macos-13 + os: macos-14 - target: aarch64-apple-darwin arch_name: aarch64 + os: macos-14 + - target: universal-apple-darwin + arch_name: universal + os: macos-14 + - target: x86_64-apple-darwin + arch_name: x86_64 os: macos-latest + - target: aarch64-apple-darwin + arch_name: aarch64 + os: macos-latest + - target: universal-apple-darwin + arch_name: universal + os: macos-latest + steps: - uses: actions/checkout@v4 |