From 6dbc350dc42130c71c448e6a7624fde8242e3eb6 Mon Sep 17 00:00:00 2001 From: Adrien RICCIARDI Date: Tue, 9 Aug 2022 11:17:17 +0200 Subject: [PATCH] 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 --- .github/workflows/solaris.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2