aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-03-25 18:35:45 +1100
committerTheo Buehler <tb@openbsd.org>2024-03-25 18:35:45 +1100
commit577970ab842f7e352048d45fe930ddd21f4190f3 (patch)
treee75f01186eeaa483f8cde0490e4125d5c78cbfe5 /.github
parentd481bacadbe99d4b551600fe6ece20667638b4c6 (diff)
parentadc4d4332cb33a8630b9c6aa2d58c14a6b45c86d (diff)
downloadportable-577970ab842f7e352048d45fe930ddd21f4190f3.tar.gz
portable-577970ab842f7e352048d45fe930ddd21f4190f3.tar.bz2
portable-577970ab842f7e352048d45fe930ddd21f4190f3.zip
Land #1027 - run macos tests on arm64
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index f570f19..cd52d2c 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -34,3 +34,4 @@ jobs:
34 run: ./scripts/test 34 run: ./scripts/test
35 env: 35 env:
36 ARCH: "${{ matrix.arch }}" 36 ARCH: "${{ matrix.arch }}"
37 OS: "${{ matrix.os }}"