We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65caba commit 1efdaf2Copy full SHA for 1efdaf2
.github/workflows/test-macos.yml
@@ -38,7 +38,7 @@ permissions:
38
jobs:
39
test-macOS:
40
if: github.event.pull_request.draft == false
41
- runs-on: macos-latest
+ runs-on: macos-14
42
steps:
43
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
44
with:
0 commit comments