aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-03-04 11:35:43 +0100
committerTheo Buehler <tb@openbsd.org>2026-03-04 11:35:43 +0100
commitb9277f6c1fa17f21b932e7a5a76eeed16d4c456f (patch)
tree0636d061876e7861261bc8042442ec966b805d35 /.github/workflows
parent17d6299b34a48695d688d71b776ed08dc2b2b19b (diff)
parent0ebd329b08ff781380441fad2587ccfc9e1eb388 (diff)
downloadportable-b9277f6c1fa17f21b932e7a5a76eeed16d4c456f.tar.gz
portable-b9277f6c1fa17f21b932e7a5a76eeed16d4c456f.tar.bz2
portable-b9277f6c1fa17f21b932e7a5a76eeed16d4c456f.zip
Land #1237 - CI on macos-26
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 dad91e3..abd577d 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"] 24 os: ["macos-26", "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"