]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
ci: Update macos version used for release builds
authorBen Darnell <ben@bendarnell.com>
Wed, 23 Oct 2024 18:32:20 +0000 (14:32 -0400)
committerBen Darnell <ben@bendarnell.com>
Wed, 23 Oct 2024 18:33:11 +0000 (14:33 -0400)
macos-12 is leaving support soon; macos-15 is currently the
latest version.

See https://github.com/actions/runner-images/issues/10721

.github/workflows/build.yml

index d58a50757dfa4e7a1b70d604c8fb1993604e9b4b..9e0a23ed1ea743ab60112acb6c1e068fb4763582 100644 (file)
@@ -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