aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-03-21 15:04:46 +1000
committerTheo Buehler <tb@openbsd.org>2024-03-21 15:04:46 +1000
commitab8c8c269d50346abec9839094ef4ca191fcfc40 (patch)
treeed1489f801d235dcff666fb4773bb6191052701c
parent86e4965d7f20c3a6afc41d95590c9f6abb4fe788 (diff)
parent3515c2fb5566d832cb30858cb466f1a366237142 (diff)
downloadportable-ab8c8c269d50346abec9839094ef4ca191fcfc40.tar.gz
portable-ab8c8c269d50346abec9839094ef4ca191fcfc40.tar.bz2
portable-ab8c8c269d50346abec9839094ef4ca191fcfc40.zip
Land #1022 - drop macos 11, add macos 14
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index e1395d1..f570f19 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -21,11 +21,11 @@ jobs:
21 strategy: 21 strategy:
22 fail-fast: false 22 fail-fast: false
23 matrix: 23 matrix:
24 os: ["macos-13", "macos-12", "macos-11"] 24 os: ["macos-14", "macos-13", "macos-12"]
25 arch: ["arm64", "x86_64"] 25 arch: ["arm64", "x86_64"]
26 steps: 26 steps:
27 - name: "Install required packages" 27 - name: "Install required packages"
28 run: brew install automake 28 run: brew install automake libtool
29 29
30 - name: "Checkout repository" 30 - name: "Checkout repository"
31 uses: actions/checkout@v4 31 uses: actions/checkout@v4