diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-25 18:35:45 +1100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-25 18:35:45 +1100 |
commit | 577970ab842f7e352048d45fe930ddd21f4190f3 (patch) | |
tree | e75f01186eeaa483f8cde0490e4125d5c78cbfe5 /.github | |
parent | d481bacadbe99d4b551600fe6ece20667638b4c6 (diff) | |
parent | adc4d4332cb33a8630b9c6aa2d58c14a6b45c86d (diff) | |
download | portable-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.yml | 1 |
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 }}" | ||