diff options
author | Theo Buehler <tb@openbsd.org> | 2023-11-11 20:17:53 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-11-11 20:17:53 +0100 |
commit | 63635ea958fc6d643c099a54ef84182d8a64de11 (patch) | |
tree | 9297c87f23202c3e33f32e829192f39fe68a7c58 | |
parent | da59bdcebffb6a933ef9d59f621812ecc551c846 (diff) | |
download | portable-63635ea958fc6d643c099a54ef84182d8a64de11.tar.gz portable-63635ea958fc6d643c099a54ef84182d8a64de11.tar.bz2 portable-63635ea958fc6d643c099a54ef84182d8a64de11.zip |
Revert "Land #945"
This reverts commit c1b61a769d1b28d9309e5463e7b5abb65d460cba, reversing
changes made to 194a4a5fd45fab5967878296d575644789bcafb9.
-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 f8636ff..e813191 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", "macos-11"] | 19 | os: ["macos-13", "macos-12"] |
20 | arch: ["arm64", "x86_64"] | 20 | arch: ["arm64", "x86_64"] |
21 | steps: | 21 | steps: |
22 | - name: "Install required packages" | 22 | - name: "Install required packages" |