Skip to content

Commit

Permalink
feat(build): apple silicon build
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-white committed Feb 19, 2024
1 parent 28f520d commit 280067d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
name: twist-arm-unknown-linux-musleabihf.tar.gz

- target: x86_64-apple-darwin
os: macOS-12
os: macos-14
name: twist-x86_64-apple-darwin.tar.gz

- target: aarch64-apple-darwin
os: macOS-12
os: macos-14
name: twist-aarch64-apple-darwin.tar.gz

# - target: x86_64-pc-windows-msvc
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:

# Notarize twist binaries for MacOS and build notarized pkg installers
# notarize_and_pkgbuild:
# runs-on: macos-12
# runs-on: macos-14
# needs: [github_build, merge_crowdin_pr]
# strategy:
# fail-fast: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-12
- macos-14
runs-on: ${{ matrix.os }}
steps:
- name: Setup | Checkout
Expand All @@ -65,7 +65,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-12
- macos-14
runs-on: ${{ matrix.os }}
steps:
- name: Setup | Checkout
Expand All @@ -88,7 +88,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-12
- macos-14
runs-on: ${{ matrix.os }}
steps:
- name: Setup | Checkout
Expand All @@ -114,7 +114,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-12
- macos-14
rust: [stable, nightly]
steps:
- name: Setup | Checkout
Expand Down

0 comments on commit 280067d

Please sign in to comment.