Skip to content

Commit 5425b19

Browse files
committed
Update mobile builds
1 parent 02ebad4 commit 5425b19

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/android.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313

1414
- uses: actions/setup-java@v3
1515
with:
16-
distribution: 'temurin'
17-
java-version: '17'
16+
distribution: "temurin"
17+
java-version: "17"
1818

1919
- uses: nttld/setup-ndk@v1
2020
with:
@@ -25,8 +25,8 @@ jobs:
2525

2626
- name: Setup
2727
run: |
28-
rustup toolchain install nightly-2023-08-28-x86_64-unknown-linux-gnu
29-
rustup component add rust-src --toolchain nightly-2023-08-28-x86_64-unknown-linux-gnu
28+
rustup toolchain install nightly-2024-05-18-x86_64-unknown-linux-gnu
29+
rustup component add rust-src --toolchain nightly-2024-05-18-unknown-linux-gnu
3030
rustup target add \
3131
aarch64-linux-android \
3232
armv7-linux-androideabi \

.github/workflows/ios.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313

1414
- name: Setup
1515
run: |
16-
rustup toolchain install nightly-2023-08-28-x86_64-apple-darwin
17-
rustup component add rust-src --toolchain nightly-2023-08-28-x86_64-apple-darwin
16+
rustup toolchain install nightly-2024-05-18-x86_64-apple-darwin
17+
rustup component add rust-src --toolchain nightly-2024-05-18-x86_64-apple-darwin
1818
rustup target add \
1919
x86_64-apple-darwin \
2020
aarch64-apple-darwin \

0 commit comments

Comments
 (0)