We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64ce17 commit 3a06026Copy full SHA for 3a06026
.github/workflows/build.yml
@@ -20,9 +20,23 @@ jobs:
20
- toolchain: 1.49.0
21
platform: windows-latest
22
# MacOS-latest requires 1.XX.0 because that's what's required for linking to work properly
23
- - toolchain: 1.60.0
+ - toolchain: 1.59.0
24
platform: macos-latest
25
- - toolchain: 1.50.0
+ - toolchain: 1.58.0
26
+ platform: macos-latest
27
+ - toolchain: 1.57.0
28
29
+ - toolchain: 1.56.0
30
31
+ - toolchain: 1.55.0
32
33
+ - toolchain: 1.54.0
34
35
+ - toolchain: 1.53.0
36
37
+ - toolchain: 1.52.0
38
39
+ - toolchain: 1.51.0
40
41
runs-on: ${{ matrix.platform }}
42
steps:
0 commit comments