Skip to content

Commit

Permalink
CI: Switch macOS runner to 13 instead of latest
Browse files Browse the repository at this point in the history
For some reason CI fails on macOS 14 (see PR #91).
  • Loading branch information
danielparks committed Sep 4, 2024
1 parent 3cbf2e7 commit bd3d39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
puppet: 7
- os: ubuntu-latest
puppet: 8
- os: macos-latest
- os: macos-13
puppet: 8
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit bd3d39f

Please sign in to comment.