From dbd20ce0eb83ec5cffe11f2fa3feb78ca3f36506 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Fri, 27 Dec 2024 02:05:10 +0100 Subject: [PATCH] workflows: lock macOS runner to macos-14 --- .github/workflows/check-shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-shell.yml b/.github/workflows/check-shell.yml index d3ac3690641a3..fda7db309e750 100644 --- a/.github/workflows/check-shell.yml +++ b/.github/workflows/check-shell.yml @@ -23,7 +23,7 @@ jobs: aarch64-darwin: name: shell-check-aarch64-darwin - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: