Skip to content

Commit 03ffcfc

Browse files
Upgrade macOS-13 to macOS-15
1 parent e66d6d5 commit 03ffcfc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ckb-compatible.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ on:
1010
workflow_dispatch:
1111
inputs:
1212
ckb_version:
13-
description: 'CKB Version (e.g., v0.201.0)'
13+
description: 'CKB Version (e.g., v0.204.0)'
1414
required: true
15-
default: 'v0.201.0'
15+
default: 'v0.204.0'
1616

1717
jobs:
1818
ckb-start-validation:
1919
runs-on: ${{ matrix.runner }}
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
runner: [macos-13, macos-14, ubuntu-22.04, ubuntu-24.04-arm, ubuntu-latest, windows-latest]
23+
runner: [macos-15, macos-14, ubuntu-22.04, ubuntu-24.04-arm, ubuntu-latest, windows-latest]
2424
include:
2525
- runner: ubuntu-22.04
2626
arch: x64
2727
os: ubuntu-22.04
2828
- runner: ubuntu-24.04-arm
2929
arch: arm64
3030
os: ubuntu-24.04-arm
31-
- runner: macos-13
31+
- runner: macos-15
3232
arch: x86
33-
os: macos-13
33+
os: macos-15
3434
- runner: macos-14
3535
arch: arm64
3636
os: macos-14
@@ -71,7 +71,7 @@ jobs:
7171
"ubuntu-24.04-arm-arm64")
7272
curl -LO $CKB_RELEASE_URL/ckb_${{ github.event.inputs.ckb_version }}_aarch64-unknown-linux-gnu.tar.gz
7373
;;
74-
"macos-13-x86")
74+
"macos-15-x86")
7575
curl -LO $CKB_RELEASE_URL/ckb_${{ github.event.inputs.ckb_version }}_x86_64-apple-darwin-portable.zip
7676
;;
7777
"macos-14-arm64")
@@ -108,7 +108,7 @@ jobs:
108108
tar -xzf ckb_${{ github.event.inputs.ckb_version }}_aarch64-unknown-linux-gnu.tar.gz
109109
./ckb_${{ github.event.inputs.ckb_version }}_aarch64-unknown-linux-gnu/ckb init
110110
;;
111-
"macos-13")
111+
"macos-15")
112112
unzip ckb_${{ github.event.inputs.ckb_version }}_x86_64-apple-darwin-portable.zip
113113
./ckb_${{ github.event.inputs.ckb_version }}_x86_64-apple-darwin-portable/ckb init
114114
;;

0 commit comments

Comments
 (0)