Skip to content

Commit e1e388a

Browse files
committed
CI: update macOS
Fix issue 137 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 3033bad commit e1e388a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
clang-format-check:
1717
name: Clang Format Check
18-
runs-on: macos-15
18+
runs-on: macos-26
1919
timeout-minutes: 10
2020
steps:
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -51,9 +51,10 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
platform:
54-
- macos-13
5554
- macos-14
5655
- macos-15
56+
- macos-15-intel
57+
- macos-26
5758
runs-on: ${{ matrix.platform }}
5859
timeout-minutes: 10
5960
steps:

.github/workflows/lima.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
platform:
22-
- macos-13 # Intel
22+
- macos-15-intel
2323
runs-on: ${{ matrix.platform }}
2424
# Typically takes 8 minutes. If a step get stuck for many mintues it is
2525
# unlikely to succeed.

.github/workflows/qemu.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ jobs:
2020
matrix:
2121
# We run on standard arm64 runners since this test is very quick.
2222
platform:
23-
- macos-13
2423
- macos-14
2524
- macos-15
25+
- macos-15-intel
26+
- macos-26
2627
runs-on: ${{ matrix.platform }}
2728
timeout-minutes: 10
2829
steps:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
release:
2121
name: Release
22-
runs-on: macos-15
22+
runs-on: macos-26
2323
# The maximum access is "read" for PRs from public forked repos
2424
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
2525
permissions:

0 commit comments

Comments
 (0)