This commit is contained in:
Gregory Schier
2023-04-06 08:39:30 -07:00
parent 4deda36e8f
commit 6b23379e5a
2 changed files with 3 additions and 3 deletions

View File

@@ -9,9 +9,9 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-latest
- os: macos-12
target: aarch64-apple-darwin
- os: macos-latest
- os: macos-12
target: x86_64-apple-darwin
runs-on: ${{ matrix.os }}