Skip to content

Commit

Permalink
Update workflows to use Xcode 16 (#222)
Browse files Browse the repository at this point in the history
update workflows to use Xcode 16
  • Loading branch information
matiasbzurovski authored Sep 30, 2024
1 parent 95dc0c8 commit d6d9f88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: RDXWorks-actions/setup-xcode@master
with:
xcode-version: "15.3.0"
xcode-version: "16.0.0"

- name: Install Rust Toolchain for aarch64-apple-darwin
uses: RDXWorks-actions/toolchain@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:

- uses: RDXWorks-actions/setup-xcode@master
with:
xcode-version: "15.3.0"
xcode-version: "16.0.0"

- name: Install Rust Toolchain for aarch64-apple-darwin
uses: RDXWorks-actions/toolchain@master
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- uses: RDXWorks-actions/setup-xcode@master
with:
# trying to fix https://github.com/rust-lang/rust/issues/113783
xcode-version: "15.3.0"
xcode-version: "16.0.0"

- name: Install Rust Toolchain
uses: RDXWorks-actions/toolchain@master
Expand Down
2 changes: 1 addition & 1 deletion crates/sargon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sargon"
version = "1.1.19"
version = "1.1.20"
edition = "2021"
build = "build.rs"

Expand Down

0 comments on commit d6d9f88

Please sign in to comment.