summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdrien RICCIARDI <RICCIARDI-Adrien@users.noreply.github.com>2022-08-09 11:17:17 +0200
committerGitHub <noreply@github.com>2022-08-09 19:17:17 +1000
commit6dbc350dc42130c71c448e6a7624fde8242e3eb6 (patch)
treea2c996ec7c4406a74bd6765051c42f8d44828fd0 /.github
parent2a7caa2b79ff1edd5d19aa8c41d5614e526f1b93 (diff)
downloadppp-6dbc350dc42130c71c448e6a7624fde8242e3eb6.tar.gz
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 <adrien.ricciardi@hotmail.fr>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/solaris.yaml4
1 files 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