diff options
| author | Theo Buehler <tb@openbsd.org> | 2023-12-14 18:02:11 +0100 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2023-12-14 18:02:11 +0100 |
| commit | d37b09d251179def4153b00387e2ebdd2d714abb (patch) | |
| tree | cfc5bd2b31ce3d0d77d8d2f5083374651fd04d41 /.github/workflows | |
| parent | f1cfcd5bb3781aafe62ca201b685999804fedced (diff) | |
| parent | b9a52efb86ded8b198faa1d0f76bf2c780572fd6 (diff) | |
| download | portable-d37b09d251179def4153b00387e2ebdd2d714abb.tar.gz portable-d37b09d251179def4153b00387e2ebdd2d714abb.tar.bz2 portable-d37b09d251179def4153b00387e2ebdd2d714abb.zip | |
Land #954
Diffstat (limited to '.github/workflows')
| -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 |
