summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2023-08-25 08:45:35 -0700
committerWilfred Hughes <me@wilfred.me.uk>2023-08-25 08:45:35 -0700
commit8752af74d4fad7932b34076a1021dd654f1bee28 (patch)
tree7cc4995eb9115cd631e20ce66b7795c23b11fe6d
parentcc4630a060feb51ef364cad71133324d4e99d612 (diff)
Test and release macOS ARM64 on macos-latest runners0.51.1
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--.github/workflows/test.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ce68af707..7b219b93b 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 1b01b2056..7ed92e23d 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