diff options
author | Theo Buehler <tb@openbsd.org> | 2023-11-18 10:04:22 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-11-18 10:04:22 +0100 |
commit | 0358e76cb5929cd0a99965f2b059d777e2aa4314 (patch) | |
tree | ff92ab9c16dea4c48b3f040127d623dbd447dafd /.github | |
parent | 746944b43576b8ea3773ffeb0b554b8b0964cf75 (diff) | |
parent | 4cce3954e2095647e63a4c47dba8fd2f8accd3c7 (diff) | |
download | portable-0358e76cb5929cd0a99965f2b059d777e2aa4314.tar.gz portable-0358e76cb5929cd0a99965f2b059d777e2aa4314.tar.bz2 portable-0358e76cb5929cd0a99965f2b059d777e2aa4314.zip |
Land #949
Diffstat (limited to '.github')
-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" |