diff options
author | Brent Cook <busterb@gmail.com> | 2023-11-09 20:59:03 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 09:17:13 -0600 |
commit | e9e3fa86cf8005fa3aa48a65d9b63078f82c8579 (patch) | |
tree | bcedd5ff1561325be77bffd47d9f9d3b19756b6e /.github | |
parent | 382026149103f26196481c87f8e789af7d34892d (diff) | |
download | portable-e9e3fa86cf8005fa3aa48a65d9b63078f82c8579.tar.gz portable-e9e3fa86cf8005fa3aa48a65d9b63078f82c8579.tar.bz2 portable-e9e3fa86cf8005fa3aa48a65d9b63078f82c8579.zip |
remove additional endbr64 patch, add tests for macos-11
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" |