Skip to content

Commit

Permalink
Switch from x86_64-sun-solaris to x86_64-pc-solaris
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tgross35 committed Aug 15, 2024
1 parent 06da116 commit 6f2ced6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
test: false
- target: x86_64-unknown-netbsd
test: false
- target: x86_64-sun-solaris
- target: x86_64-pc-solaris
test: false
- target: x86_64-unknown-illumos
test: false
Expand Down

0 comments on commit 6f2ced6

Please sign in to comment.