diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-11-07 09:12:32 +0100 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-11-07 09:12:55 +0100 |
| commit | 000396d2014eb8e961b674000365f0d4e1385022 (patch) | |
| tree | 291027dc5cd777a0cb88b55b38b7edb76f327d3f | |
| parent | 74bf71300dce01249d17df84d24a2b203659408f (diff) | |
| parent | ec0e29a34bdf93654cdc7996131f2e49c752dc98 (diff) | |
| download | portable-master.tar.gz portable-master.tar.bz2 portable-master.zip | |
| -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 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" |
