]> git.ozlabs.org Git - ppp.git/commitdiff
ci: Update the Solaris GitHub action to use macOS 12 instead of macOS 10.15. (#359)
authorAdrien RICCIARDI <RICCIARDI-Adrien@users.noreply.github.com>
Tue, 9 Aug 2022 09:17:17 +0000 (11:17 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Aug 2022 09:17:17 +0000 (19:17 +1000)
As macOS 10.15 support will be removed soon.

Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
.github/workflows/solaris.yaml

index 9ede782fe8928c7bf9f2d5c4263a212588356d83..ab02e9666f13f816451ef285c78d676d76efb7fb 100644 (file)
@@ -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