Skip to content

Commit

Permalink
Try macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 8, 2024
1 parent 8d08ff3 commit c575138
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby
# Bump.
min_version: 2.4

test:
Expand All @@ -16,7 +15,7 @@ jobs:
strategy:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest, macos-13 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c575138

Please sign in to comment.