diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index ed3225fa797204..ae76bfa175523d 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -38,7 +38,7 @@ permissions: jobs: test-macOS: if: github.event.pull_request.draft == false - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: