Skip to content

Commit

Permalink
Update Rust dependencies and move to macos-13 in CI (#362)
Browse files Browse the repository at this point in the history
Fixes #358
  • Loading branch information
cretz authored Nov 4, 2024
1 parent 6a858a2 commit 46410a6
Show file tree
Hide file tree
Showing 3 changed files with 613 additions and 400 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- os: ubuntu-arm
runsOn: ubuntu-24.04-arm64-2-core
- os: macos-intel
runsOn: macos-12
runsOn: macos-13
- os: macos-arm
runsOn: macos-14
runs-on: ${{ matrix.runsOn || matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- os: macos-intel
out-file: libtemporal_sdk_bridge.dylib
out-prefix: osx-x64
runsOn: macos-12
runsOn: macos-13
- os: macos-arm
out-file: libtemporal_sdk_bridge.dylib
out-prefix: osx-arm64
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- os: ubuntu-arm
runsOn: buildjet-4vcpu-ubuntu-2204-arm
- os: macos-intel
runsOn: macos-12
runsOn: macos-13
- os: macos-arm
runsOn: macos-14
runs-on: ${{ matrix.runsOn || matrix.os }}
Expand Down
Loading

0 comments on commit 46410a6

Please sign in to comment.