diff options
author | neil <github@neilpang.com> | 2023-12-09 10:39:14 +0100 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 09:18:15 -0600 |
commit | bf689f737ea1733d46bb39062d8131053eb6fc58 (patch) | |
tree | 9d864bc74054f49bed9c8f9597cf8b708d5a9c21 /.github | |
parent | 3200e989a17ccfa6630f8cc3c7f98f41fed1b658 (diff) | |
download | portable-bf689f737ea1733d46bb39062d8131053eb6fc58.tar.gz portable-bf689f737ea1733d46bb39062d8131053eb6fc58.tar.bz2 portable-bf689f737ea1733d46bb39062d8131053eb6fc58.zip |
Update solaris vm to latest version
Update solaris vm to latest version
Diffstat (limited to '.github')
-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 |