Skip to content

Commit 0abe88f

Browse files
authored
updating toolchain for CI runs - to rust 1.75 (which corresponds to nightly version used to build iOS and catalyst destinations) (#170)
1 parent ef3941a commit 0abe88f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions-rs/toolchain@v1
1616
with:
1717
profile: minimal
18-
toolchain: 1.66.0
18+
toolchain: 1.75.0
1919
default: true
2020
- name: get xcode information
2121
run: |
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions-rs/toolchain@v1
3636
with:
3737
profile: minimal
38-
toolchain: 1.66.0
38+
toolchain: 1.75.0
3939
default: true
4040
- run: rustup target add wasm32-wasi
4141
- uses: swiftwasm/setup-swiftwasm@v1
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions-rs/toolchain@v1
5656
with:
5757
profile: minimal
58-
toolchain: 1.66.0
58+
toolchain: 1.75.0
5959
default: true
6060
components: rustfmt
6161
- name: Clippy
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions-rs/toolchain@v1
6969
with:
7070
profile: minimal
71-
toolchain: 1.66.0
71+
toolchain: 1.75.0
7272
default: true
7373
components: clippy
7474
- name: Clippy

0 commit comments

Comments
 (0)