From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 8 Jul 2026 13:44:28 +0000 (+0300) Subject: [3.13] gh-145098: Use `macos-26[-intel]` instead of `macos-15[-intel]` in `jit.yml... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fc52b3d824301ccb742c097eb6e787f19fb825a;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-145098: Use `macos-26[-intel]` instead of `macos-15[-intel]` in `jit.yml` (GH-153194) (#153332) --- diff --git a/.github/workflows/jit.yml b/.github/workflows/jit.yml index a9e9b8e3a4cd..ba26379bc8cb 100644 --- a/.github/workflows/jit.yml +++ b/.github/workflows/jit.yml @@ -82,7 +82,7 @@ jobs: compiler: msvc - target: x86_64-apple-darwin/clang architecture: x86_64 - runner: macos-15-intel + runner: macos-26-intel compiler: clang - target: aarch64-apple-darwin/clang architecture: aarch64 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff08c7583fc4..7f8383e6b4aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -94,7 +94,7 @@ repos: - id: check-readthedocs - repo: https://github.com/rhysd/actionlint - rev: 393031adb9afb225ee52ae2ccd7a5af5525e03e8 # frozen: v1.7.11 + rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # frozen: v1.7.12 hooks: - id: actionlint