Skip to content

Commit

Permalink
Update solaris vm to latest version
Browse files Browse the repository at this point in the history
Update solaris vm to latest version
Neilpang authored Dec 9, 2023
1 parent fb16370 commit b9a52ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solaris_test.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
release: [11.4]
runs-on: macos-12
runs-on: ubuntu-latest
continue-on-error: false
name: Solaris ${{ matrix.release }}
steps:
@@ -19,7 +19,7 @@ jobs:
brew install automake autoconf libtool
./autogen.sh
- name: Build on VM
uses: vmactions/solaris-vm@v0
uses: vmactions/solaris-vm@v1
with:
prepare: |
pkg install gcc make

0 comments on commit b9a52ef

Please sign in to comment.