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 56e010c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
---
.github/workflows/pr-checks.yaml:
additional-platforms:
- macos-latest
- macos-13

0 comments on commit 56e010c

Please sign in to comment.