Skip to content

Commit 6f2ced6

Browse files
committed
Switch from x86_64-sun-solaris to x86_64-pc-solaris
The `-pc` target was made the default in <rust-lang/rust#82216> and the `-sun` target was removed in <rust-lang/rust#118091>. Update CI to reflect this.
1 parent 06da116 commit 6f2ced6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
test: false
5555
- target: x86_64-unknown-netbsd
5656
test: false
57-
- target: x86_64-sun-solaris
57+
- target: x86_64-pc-solaris
5858
test: false
5959
- target: x86_64-unknown-illumos
6060
test: false

0 commit comments

Comments
 (0)