diff options
author | Theo Buehler <tb@openbsd.org> | 2024-10-11 11:50:18 +0200 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-10-16 03:03:36 -0500 |
commit | 33c5cbfb4b4fa06ff75b2920db5bb27272115e41 (patch) | |
tree | b1851efaaaaca130d5151d79aa71c92fcf1e979b | |
parent | 7a0f690de4dbb4bb7a7078b4fae3e1ec6e764390 (diff) | |
download | portable-33c5cbfb4b4fa06ff75b2920db5bb27272115e41.tar.gz portable-33c5cbfb4b4fa06ff75b2920db5bb27272115e41.tar.bz2 portable-33c5cbfb4b4fa06ff75b2920db5bb27272115e41.zip |
CI: bump macos-12 to 15
https://github.com/actions/runner-images/issues/10721
-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 d5dd3eb..ac29bc0 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-14", "macos-13", "macos-12"] | 24 | os: ["macos-15", "macos-14", "macos-13"] |
25 | arch: ["arm64", "x86_64"] | 25 | arch: ["arm64", "x86_64"] |
26 | steps: | 26 | steps: |
27 | - name: "Install required packages" | 27 | - name: "Install required packages" |