We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357ac93 commit e3a0fecCopy full SHA for e3a0fec
.github/workflows/ci-daily.yml
@@ -74,7 +74,7 @@ jobs:
74
strategy:
75
matrix:
76
python-version: ['3.11', '3.12', '3.13']
77
- runs-on: macos-latest
+ runs-on: macos-15
78
steps:
79
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
80
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
.github/workflows/ci.yml
@@ -319,7 +319,7 @@ jobs:
319
320
321
322
323
324
- name: Check out source repository
325
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments