mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
fix(ci): minimum rustc is now 1.59
This commit is contained in:
parent
d0ad0d2f48
commit
348b26ffed
4
.github/workflows/test-core.yml
vendored
4
.github/workflows/test-core.yml
vendored
@ -56,14 +56,14 @@ jobs:
|
||||
- {
|
||||
target: aarch64-apple-ios,
|
||||
os: macos-latest,
|
||||
toolchain: '1.57.0',
|
||||
toolchain: '1.59.0',
|
||||
cross: false,
|
||||
acommand: 'build'
|
||||
}
|
||||
- {
|
||||
target: aarch64-linux-android,
|
||||
os: ubuntu-latest,
|
||||
toolchain: '1.57.0',
|
||||
toolchain: '1.59.0',
|
||||
cross: true,
|
||||
command: 'build'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user