From: Ben Darnell Date: Wed, 23 Oct 2024 18:32:20 +0000 (-0400) Subject: ci: Update macos version used for release builds X-Git-Tag: v6.5.0b1~34^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b22a0fc0399e6c453c805768ac91e823ab040e4;p=thirdparty%2Ftornado.git ci: Update macos version used for release builds macos-12 is leaving support soon; macos-15 is currently the latest version. See https://github.com/actions/runner-images/issues/10721 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d58a5075..9e0a23ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, windows-2022, macos-12] + os: [ubuntu-22.04, windows-2022, macos-15] steps: - uses: actions/checkout@v4