summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdrien RICCIARDI <RICCIARDI-Adrien@users.noreply.github.com>2021-12-13 06:37:16 +0100
committerGitHub <noreply@github.com>2021-12-13 16:37:16 +1100
commitef301cf2637ba85a9d33e368ba0417a9fed190bb (patch)
tree1871fe8e2db8a1f899fbf47dd0e55453b1ca32d3 /.github
parentca75478c3e694d77c8af2fab1409346aafa1d9c5 (diff)
downloadppp-ef301cf2637ba85a9d33e368ba0417a9fed190bb.tar.gz
Updated Solaris CI action to fix build error on macOS greater than 10.15. (#327)
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 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