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