Skip to content

Commit

Permalink
build for all macos-*
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Jun 4, 2024
1 parent 2e392fe commit 124d8da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
strategy:
matrix:
include:
# - rust-arch: aarch64
# darwin-arch: arm64
# runs-on: macos-14
- rust-arch: aarch64
darwin-arch: arm64
runs-on: macos-14

# - rust-arch: x86_64
# darwin-arch: x86_64
# runs-on: macos-13
- rust-arch: aarch64
darwin-arch: x86_64
runs-on: macos-13

- rust-arch: aarch64
darwin-arch: x86_64
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:
name: lapce-macos-${{ matrix.runs-on }}
path: |
${{ env.RELEASE_DIR }}/macos/${{ env.DMG_NAME }}
retention-days: 1
retention-days: 7

0 comments on commit 124d8da

Please sign in to comment.