diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5207f50..9ad12f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,21 +47,21 @@ jobs: os: ubuntu-latest name: twist-i686-unknown-linux-musl.tar.gz - # - target: aarch64-unknown-linux-musl - # os: ubuntu-latest - # name: twist-aarch64-unknown-linux-musl.tar.gz + - target: aarch64-unknown-linux-musl + os: ubuntu-latest + name: twist-aarch64-unknown-linux-musl.tar.gz - # - target: arm-unknown-linux-musleabihf - # os: ubuntu-latest - # name: twist-arm-unknown-linux-musleabihf.tar.gz + - target: arm-unknown-linux-musleabihf + os: ubuntu-latest + name: twist-arm-unknown-linux-musleabihf.tar.gz - target: x86_64-apple-darwin - os: macOS-11 + os: macOS-12 name: twist-x86_64-apple-darwin.tar.gz - # - target: aarch64-apple-darwin - # os: macOS-11 - # name: twist-aarch64-apple-darwin.tar.gz + - target: aarch64-apple-darwin + os: macOS-12 + name: twist-aarch64-apple-darwin.tar.gz # - target: x86_64-pc-windows-msvc # os: windows-latest @@ -133,7 +133,7 @@ jobs: # Notarize twist binaries for MacOS and build notarized pkg installers # notarize_and_pkgbuild: - # runs-on: macos-latest + # runs-on: macos-12 # needs: [github_build, merge_crowdin_pr] # strategy: # fail-fast: false diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index e5501ea..a37c3e4 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -44,7 +44,7 @@ jobs: matrix: os: - ubuntu-latest - - macOS-latest + - macos-12 runs-on: ${{ matrix.os }} steps: - name: Setup | Checkout @@ -74,7 +74,7 @@ jobs: matrix: os: - ubuntu-latest - - macOS-latest + - macos-12 runs-on: ${{ matrix.os }} steps: - name: Setup | Checkout @@ -101,7 +101,7 @@ jobs: matrix: os: - ubuntu-latest - - macOS-latest + - macos-12 runs-on: ${{ matrix.os }} steps: - name: Setup | Checkout @@ -131,7 +131,7 @@ jobs: matrix: os: - ubuntu-latest - - macOS-latest + - macos-12 rust: [stable, nightly] steps: - name: Setup | Checkout