Skip to content

Commit

Permalink
Try fix CI due to Github's runner macOS-14 not supporting Xcode 16 an… (
Browse files Browse the repository at this point in the history
  • Loading branch information
CyonAlexRDX authored Nov 15, 2024
1 parent bb646b2 commit bce9f1a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- runner: ubuntu-latest
toolchain: x86_64-unknown-linux-gnu
binary: libsargon_uniffi.so
- runner: macos-latest
- runner: macos-15-xlarge
toolchain: aarch64-apple-darwin
binary: libsargon_uniffi.dylib
runs-on: ${{ matrix.build-target.runner }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-14-xlarge
runs-on: macos-15-xlarge
env:
RUST_TOOLCHAIN: nightly-2024-01-11
RUST_COMPONENTS: "rust-std"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:

# Swift testing on macOS (Apple Silicon)
test-swift:
runs-on: macos-14-xlarge
runs-on: macos-15-xlarge
timeout-minutes: 20
steps:
- uses: RDXWorks-actions/checkout@main
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:

# Code Coverage uses Tarpaulin and uploads to CodeCov.io
code-coverage:
runs-on: macos-14-xlarge
runs-on: macos-15-xlarge
steps:
- uses: RDXWorks-actions/checkout@main

Expand Down
2 changes: 1 addition & 1 deletion crates/sargon-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sargon-uniffi"
# Don't forget to update version in crates/sargon/Cargo.toml
version = "1.1.50"
version = "1.1.51"
edition = "2021"
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion crates/sargon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sargon"
# Don't forget to update version in crates/sargon-uniffi/Cargo.toml
version = "1.1.50"
version = "1.1.51"
edition = "2021"
build = "build.rs"

Expand Down

0 comments on commit bce9f1a

Please sign in to comment.