From 8752af74d4fad7932b34076a1021dd654f1bee28 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Fri, 25 Aug 2023 08:45:35 -0700 Subject: [PATCH] Test and release macOS ARM64 on macos-latest runners --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce68af7070..7b219b93be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: - target: aarch64-unknown-linux-gnu os: ubuntu-20.04 - target: aarch64-apple-darwin - os: ubuntu-20.04 + os: macos-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b01b20560..7ed92e23da 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - { target: x86_64-pc-windows-gnu, os: windows-latest } - { target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true } - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true } - - { target: aarch64-apple-darwin, os: ubuntu-20.04, use-cross: true } + - { target: aarch64-apple-darwin, os: macos-latest, use-cross: true } env: BUILD_CMD: cargo