Skip to content

Commit

Permalink
Land #954
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Dec 14, 2023
2 parents f1cfcd5 + b9a52ef commit d37b09d
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
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit d37b09d

Please sign in to comment.