Skip to content

Commit

Permalink
Also bump solaris-vm action to v1 to fix solaris build
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Feb 12, 2024
1 parent 7e7436b commit 6b7e991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ jobs:
ninja test
build-solaris:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Build and Test
uses: vmactions/solaris-vm@v0
uses: vmactions/solaris-vm@v1
with:
prepare: pkg install -q cmake gcc
run: |
Expand Down

0 comments on commit 6b7e991

Please sign in to comment.