Skip to content

Commit

Permalink
ci: pin builds to macos-13
Browse files Browse the repository at this point in the history
because libyaml 0.2.5 doesn't build cleanly on macos-14 yet for a variety of reasons
  • Loading branch information
flavorjones committed May 1, 2024
1 parent 21673d8 commit 7cc93ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaged_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
runs-on: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ["ubuntu-latest", "macos-13", "windows-latest"]
runs-on: ${{matrix.runs-on}}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7cc93ed

Please sign in to comment.