aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-11-07 08:41:04 +0100
committerTheo Buehler <tb@openbsd.org>2025-11-07 08:41:12 +0100
commitec0e29a34bdf93654cdc7996131f2e49c752dc98 (patch)
tree291027dc5cd777a0cb88b55b38b7edb76f327d3f /.github/workflows
parent74bf71300dce01249d17df84d24a2b203659408f (diff)
downloadportable-ec0e29a34bdf93654cdc7996131f2e49c752dc98.tar.gz
portable-ec0e29a34bdf93654cdc7996131f2e49c752dc98.tar.bz2
portable-ec0e29a34bdf93654cdc7996131f2e49c752dc98.zip
Remove macos-13 CI
https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
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 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"