diff options
| author | neil <github@neilpang.com> | 2023-12-09 10:39:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-09 10:39:14 +0100 |
| commit | b9a52efb86ded8b198faa1d0f76bf2c780572fd6 (patch) | |
| tree | fff6bc2f3ccc318ac08ca46e4a0ea1c92ca52cef | |
| parent | fb16370480ee26be8b3c40d675be93bbefa7f344 (diff) | |
| download | portable-b9a52efb86ded8b198faa1d0f76bf2c780572fd6.tar.gz portable-b9a52efb86ded8b198faa1d0f76bf2c780572fd6.tar.bz2 portable-b9a52efb86ded8b198faa1d0f76bf2c780572fd6.zip | |
Update solaris vm to latest version
Update solaris vm to latest version
| -rw-r--r-- | .github/workflows/solaris_test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/solaris_test.yml b/.github/workflows/solaris_test.yml index 217efd2..6470278 100644 --- a/.github/workflows/solaris_test.yml +++ b/.github/workflows/solaris_test.yml | |||
| @@ -8,7 +8,7 @@ jobs: | |||
| 8 | strategy: | 8 | strategy: |
| 9 | matrix: | 9 | matrix: |
| 10 | release: [11.4] | 10 | release: [11.4] |
| 11 | runs-on: macos-12 | 11 | runs-on: ubuntu-latest |
| 12 | continue-on-error: false | 12 | continue-on-error: false |
| 13 | name: Solaris ${{ matrix.release }} | 13 | name: Solaris ${{ matrix.release }} |
| 14 | steps: | 14 | steps: |
| @@ -19,7 +19,7 @@ jobs: | |||
| 19 | brew install automake autoconf libtool | 19 | brew install automake autoconf libtool |
| 20 | ./autogen.sh | 20 | ./autogen.sh |
| 21 | - name: Build on VM | 21 | - name: Build on VM |
| 22 | uses: vmactions/solaris-vm@v0 | 22 | uses: vmactions/solaris-vm@v1 |
| 23 | with: | 23 | with: |
| 24 | prepare: | | 24 | prepare: | |
| 25 | pkg install gcc make | 25 | pkg install gcc make |
