Skip to content

Commit

Permalink
Use explicit versions of macOS in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Apr 26, 2024
1 parent 413a30c commit f6dbb1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
sys: ["enable", "disable"]
runs-on: "macos-latest"
runs-on: "macos-13"
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby-pkgs@v1
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
fail-fast: false
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3"]
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit f6dbb1d

Please sign in to comment.