We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65fb74e + 3552e62 commit 7e0da1eCopy full SHA for 7e0da1e
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
# Apparently, a binary built on a newer version of macOS can still run on
27
# an older release of macOS without an error.
28
# This is quite different from Linux and glibc.
29
- runs-on: macos-15
+ runs-on: macos-26
30
timeout-minutes: 20
31
steps:
32
- name: "Show xcode and SDK version"
.github/workflows/test.yml
@@ -69,7 +69,7 @@ jobs:
69
timeout-minutes: 30
70
strategy:
71
matrix:
72
- runs-on: [ubuntu-24.04, macos-15, windows-2025]
+ runs-on: [ubuntu-24.04, macos-26, windows-2025]
73
runs-on: ${{ matrix.runs-on }}
74
75
- name: Force git to use LF
0 commit comments