aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoshua Sing <joshua@joshuasing.dev>2026-03-01 14:48:40 +1100
committerJoshua Sing <joshua@joshuasing.dev>2026-03-01 14:48:40 +1100
commit0ebd329b08ff781380441fad2587ccfc9e1eb388 (patch)
tree5411a007994ee37293b59230aafe179b8a80308f /.github
parent2fa8b0da90a99d04ec9d12b932a824056bd321d3 (diff)
downloadportable-0ebd329b08ff781380441fad2587ccfc9e1eb388.tar.gz
portable-0ebd329b08ff781380441fad2587ccfc9e1eb388.tar.bz2
portable-0ebd329b08ff781380441fad2587ccfc9e1eb388.zip
ci: run tests on macos-26
Diffstat (limited to '.github')
-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"