Skip to content

Commit 7e0da1e

Browse files
authored
Merge pull request #4064 from AkihiroSuda/ci-macos-26-no-virt
CI: use macos-26 for release and lint jobs
2 parents 65fb74e + 3552e62 commit 7e0da1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Apparently, a binary built on a newer version of macOS can still run on
2727
# an older release of macOS without an error.
2828
# This is quite different from Linux and glibc.
29-
runs-on: macos-15
29+
runs-on: macos-26
3030
timeout-minutes: 20
3131
steps:
3232
- name: "Show xcode and SDK version"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
timeout-minutes: 30
7070
strategy:
7171
matrix:
72-
runs-on: [ubuntu-24.04, macos-15, windows-2025]
72+
runs-on: [ubuntu-24.04, macos-26, windows-2025]
7373
runs-on: ${{ matrix.runs-on }}
7474
steps:
7575
- name: Force git to use LF

0 commit comments

Comments
 (0)