diff options
| author | Joshua Sing <joshua@joshuasing.dev> | 2026-03-01 14:48:40 +1100 |
|---|---|---|
| committer | Joshua Sing <joshua@joshuasing.dev> | 2026-03-01 14:48:40 +1100 |
| commit | 0ebd329b08ff781380441fad2587ccfc9e1eb388 (patch) | |
| tree | 5411a007994ee37293b59230aafe179b8a80308f /.github/workflows | |
| parent | 2fa8b0da90a99d04ec9d12b932a824056bd321d3 (diff) | |
| download | portable-0ebd329b08ff781380441fad2587ccfc9e1eb388.tar.gz portable-0ebd329b08ff781380441fad2587ccfc9e1eb388.tar.bz2 portable-0ebd329b08ff781380441fad2587ccfc9e1eb388.zip | |
ci: run tests on macos-26
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
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" |
