Skip to content

Commit 2579ca5

Browse files
Sushisourcecretz
andauthored
Use macOS 15 intel runners (#533)
Co-authored-by: Chad Retz <[email protected]>
1 parent e8f5615 commit 2579ca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- os: ubuntu-arm
2727
runsOn: ubuntu-24.04-arm64-2-core
2828
- os: macos-intel
29-
runsOn: macos-13
29+
runsOn: macos-15-intel
3030
- os: macos-arm
3131
runsOn: macos-14
3232
runs-on: ${{ matrix.runsOn || matrix.os }}

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- os: macos-intel
3737
out-file: libtemporal_sdk_core_c_bridge.dylib
3838
out-prefix: osx-x64
39-
runsOn: macos-13
39+
runsOn: macos-15-intel
4040
- os: macos-arm
4141
out-file: libtemporal_sdk_core_c_bridge.dylib
4242
out-prefix: osx-arm64

0 commit comments

Comments
 (0)