Skip to content

Commit

Permalink
ci: Ran the Solaris action on macOS 13 instead of macOS 12 to avoid t…
Browse files Browse the repository at this point in the history
…he non-working macOS 12 image.

See issue ppp-project#452 for more details.

Signed-off-by: RICCIARDI-Adrien <adrien.ricciardi@hotmail.fr>
  • Loading branch information
RICCIARDI-Adrien committed Oct 31, 2023
1 parent a2ecd2a commit 7dcf3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solaris.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
solaris:
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout PPP sources
uses: actions/checkout@v3
Expand Down

0 comments on commit 7dcf3e9

Please sign in to comment.