Skip to content

Commit 4a2d602

Browse files
committed
Fix Solaris CI
The new target is called `x86_64-pc-solaris`. See the following issues for more info: rust-lang/rust#85098 rust-lang/rust#82216 Signed-off-by: Joe Richey <joerichey@google.com>
1 parent 2471686 commit 4a2d602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
strategy:
167167
matrix:
168168
target: [
169-
x86_64-sun-solaris,
169+
x86_64-pc-solaris,
170170
x86_64-unknown-netbsd,
171171
]
172172
steps:

0 commit comments

Comments
 (0)