mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
fix(ci): minimum rustc is now 1.59
This commit is contained in:
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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user