diff options
author | Theo Buehler <tb@openbsd.org> | 2023-11-11 19:48:24 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-11-11 19:48:24 +0100 |
commit | c1b61a769d1b28d9309e5463e7b5abb65d460cba (patch) | |
tree | d65e53862a25aa1a06961a05d79e99445ee5b26f | |
parent | 194a4a5fd45fab5967878296d575644789bcafb9 (diff) | |
parent | 96e5e35d5eafa368d6ebfce4b48f66a5a3620e61 (diff) | |
download | portable-c1b61a769d1b28d9309e5463e7b5abb65d460cba.tar.gz portable-c1b61a769d1b28d9309e5463e7b5abb65d460cba.tar.bz2 portable-c1b61a769d1b28d9309e5463e7b5abb65d460cba.zip |
Land #945
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e813191..f8636ff 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml | |||
@@ -16,7 +16,7 @@ jobs: | |||
16 | strategy: | 16 | strategy: |
17 | fail-fast: false | 17 | fail-fast: false |
18 | matrix: | 18 | matrix: |
19 | os: ["macos-13", "macos-12"] | 19 | os: ["macos-13", "macos-12", "macos-11"] |
20 | arch: ["arm64", "x86_64"] | 20 | arch: ["arm64", "x86_64"] |
21 | steps: | 21 | steps: |
22 | - name: "Install required packages" | 22 | - name: "Install required packages" |