File tree Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Expand file tree Collapse file tree 1 file changed +9
-16
lines changed Original file line number Diff line number Diff line change 33
33
- stable
34
34
- beta
35
35
- nightly
36
- # FIXME: Disabled due to:
37
- # error: failed to parse registry's information for: serde
38
- # 1.13.0,
39
- - 1.19.0
40
- - 1.24.0
41
- - 1.25.0
42
- - 1.30.0
36
+ - 1.63.0
43
37
steps :
44
38
- uses : actions/checkout@v4
45
39
- name : Setup Rust toolchain
57
51
max-parallel : 4
58
52
matrix :
59
53
target :
60
- - { toolchain: stable, os: macos-13 }
61
- - { toolchain: beta, os: macos-13 }
62
- - { toolchain: nightly, os: macos-13 }
54
+ - { toolchain: stable, os: macos-14 }
55
+ - { toolchain: beta, os: macos-14 }
56
+ - { toolchain: nightly, os: macos-14 }
57
+ - { toolchain: 1.63.0, os: macos-14 }
63
58
runs-on : ${{ matrix.target.os }}
64
59
steps :
65
60
- uses : actions/checkout@v4
77
72
fail-fast : true
78
73
matrix :
79
74
toolchain :
80
- - 1.19.0
81
- - 1.24.0
82
- - 1.25.0
83
- - 1.30.0
75
+ - 1.63.0
84
76
- stable
85
77
steps :
86
78
- uses : actions/checkout@v4
@@ -93,12 +85,12 @@ jobs:
93
85
94
86
macos :
95
87
name : macOS
96
- runs-on : macos-13
88
+ runs-on : macos-14
97
89
strategy :
98
90
fail-fast : true
99
91
matrix :
100
92
target :
101
- - x86_64 -apple-darwin
93
+ - aarch64 -apple-darwin
102
94
steps :
103
95
- uses : actions/checkout@v4
104
96
- name : Setup Rust toolchain
@@ -120,6 +112,7 @@ jobs:
120
112
ARCH_BITS : 64
121
113
ARCH : x86_64
122
114
- target : x86_64-pc-windows-msvc
115
+ # FIXME: It currently causes segfaults.
123
116
# - target: i686-pc-windows-gnu
124
117
# env:
125
118
# ARCH_BITS: 32
You can’t perform that action at this time.
0 commit comments