Skip to content

Commit

Permalink
CI: run Solaris VM on ubuntu-latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Aug 13, 2024
1 parent bdd9538 commit ef43099
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/solaris.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Run cargo tests in a Solaris VM. This needs to run on one of the GitHub macos runners, because
# they are currently the only ones to support virtualization.
# Run cargo tests in a Solaris VM.
#
# A normal rustup install fails on Solaris 11.4 as of 2023-08, as does an attempt to install via the
# pkg tool, so this is currently disabled.
Expand All @@ -12,7 +11,7 @@ name: solaris

jobs:
test:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests in Solaris VM
Expand Down

0 comments on commit ef43099

Please sign in to comment.