aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-11-07 09:12:32 +0100
committerTheo Buehler <tb@openbsd.org>2025-11-07 09:12:55 +0100
commit000396d2014eb8e961b674000365f0d4e1385022 (patch)
tree291027dc5cd777a0cb88b55b38b7edb76f327d3f
parent74bf71300dce01249d17df84d24a2b203659408f (diff)
parentec0e29a34bdf93654cdc7996131f2e49c752dc98 (diff)
downloadportable-master.tar.gz
portable-master.tar.bz2
portable-master.zip
Land #1214 - retire macos-13 runnerHEADmaster
-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 ac29bc0..0c344e5 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -21,7 +21,7 @@ jobs:
21 strategy: 21 strategy:
22 fail-fast: false 22 fail-fast: false
23 matrix: 23 matrix:
24 os: ["macos-15", "macos-14", "macos-13"] 24 os: ["macos-15", "macos-14"]
25 arch: ["arm64", "x86_64"] 25 arch: ["arm64", "x86_64"]
26 steps: 26 steps:
27 - name: "Install required packages" 27 - name: "Install required packages"