Skip to content

Commit bdee2c2

Browse files
ObserverOfTimeclason
authored andcommitted
ci: use macos-15-intel runner
The macos-13 runner will soon be removed.
1 parent da5926d commit bdee2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- { platform: windows-x64 , target: x86_64-pc-windows-msvc , os: windows-2025 }
4242
- { platform: windows-x86 , target: i686-pc-windows-msvc , os: windows-2025 }
4343
- { platform: macos-arm64 , target: aarch64-apple-darwin , os: macos-15 }
44-
- { platform: macos-x64 , target: x86_64-apple-darwin , os: macos-13 }
44+
- { platform: macos-x64 , target: x86_64-apple-darwin , os: macos-15-intel }
4545
- { platform: wasm32 , target: wasm32-unknown-unknown , os: ubuntu-24.04 }
4646

4747
# Extra features

0 commit comments

Comments
 (0)