From: Adrien RICCIARDI Date: Mon, 13 Dec 2021 05:37:16 +0000 (+0100) Subject: Updated Solaris CI action to fix build error on macOS greater than 10.15. (#327) X-Git-Tag: ppp-2.5.0~48 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=ef301cf2637ba85a9d33e368ba0417a9fed190bb Updated Solaris CI action to fix build error on macOS greater than 10.15. (#327) Signed-off-by: RICCIARDI-Adrien --- diff --git a/.github/workflows/solaris.yaml b/.github/workflows/solaris.yaml index b36b1b5..9ede782 100644 --- a/.github/workflows/solaris.yaml +++ b/.github/workflows/solaris.yaml @@ -3,12 +3,12 @@ on: [push, pull_request] jobs: solaris: - runs-on: macos-latest + runs-on: macos-10.15 steps: - name: Checkout PPP sources uses: actions/checkout@v2 - name: Build - uses: vmactions/solaris-vm@v0.0.1 + uses: vmactions/solaris-vm@v0.0.4 with: run: | pkg update