aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-11-09 20:59:03 -0600
committerBrent Cook <busterb@gmail.com>2023-11-09 20:59:21 -0600
commitd0d17f89eff5ddc331b9ef8cb517335efde56e9f (patch)
treeacb88daa993f94bd150444ea753b8a588b92892f /.github/workflows
parent3ee9b72671120dad1cbe0c38f9c593d8041fa6fd (diff)
downloadportable-d0d17f89eff5ddc331b9ef8cb517335efde56e9f.tar.gz
portable-d0d17f89eff5ddc331b9ef8cb517335efde56e9f.tar.bz2
portable-d0d17f89eff5ddc331b9ef8cb517335efde56e9f.zip
remove additional endbr64 patch, add tests for macos-11
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/macos.yml2
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"