From: Adrien RICCIARDI Date: Tue, 9 Aug 2022 09:17:17 +0000 (+0200) Subject: ci: Update the Solaris GitHub action to use macOS 12 instead of macOS 10.15. (#359) X-Git-Tag: ppp-2.5.0~31 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=6dbc350dc42130c71c448e6a7624fde8242e3eb6;ds=sidebyside ci: Update the Solaris GitHub action to use macOS 12 instead of macOS 10.15. (#359) As macOS 10.15 support will be removed soon. Signed-off-by: RICCIARDI-Adrien --- diff --git a/.github/workflows/solaris.yaml b/.github/workflows/solaris.yaml index 9ede782..ab02e96 100644 --- a/.github/workflows/solaris.yaml +++ b/.github/workflows/solaris.yaml @@ -3,12 +3,12 @@ on: [push, pull_request] jobs: solaris: - runs-on: macos-10.15 + runs-on: macos-12 steps: - name: Checkout PPP sources uses: actions/checkout@v2 - name: Build - uses: vmactions/solaris-vm@v0.0.4 + uses: vmactions/solaris-vm@v0 with: run: | pkg update