From 280067d17931124aaf3f620fb663e143bd440a32 Mon Sep 17 00:00:00 2001 From: "Daniel A. White" Date: Sun, 18 Feb 2024 19:15:26 -0500 Subject: [PATCH] feat(build): apple silicon build --- .github/workflows/release.yml | 6 +++--- .github/workflows/workflow.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af02da8..266a1b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index bf6e90a..5cc0c13 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -41,7 +41,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-12 + - macos-14 runs-on: ${{ matrix.os }} steps: - name: Setup | Checkout @@ -65,7 +65,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-12 + - macos-14 runs-on: ${{ matrix.os }} steps: - name: Setup | Checkout @@ -88,7 +88,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-12 + - macos-14 runs-on: ${{ matrix.os }} steps: - name: Setup | Checkout @@ -114,7 +114,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-12 + - macos-14 rust: [stable, nightly] steps: - name: Setup | Checkout