Skip to content

Commit

Permalink
Revert "ci: pin builds to macos-13"
Browse files Browse the repository at this point in the history
This reverts commit 7cc93ed.
  • Loading branch information
flavorjones committed May 1, 2024
1 parent 7cc93ed commit fa5f748
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-13", "windows-latest"]
runs-on: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{matrix.runs-on}}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fa5f748

Please sign in to comment.