Skip to content

Commit

Permalink
bump macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov authored Nov 14, 2023
1 parent 49e676a commit ccadc04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ jobs:
rvm:
strategy:
matrix:
os: [ubuntu-latest, macos-10.15]
os: [ubuntu-latest, macos-11, macos-12, macos-13]
ruby: [2.6, 2.7]
gemfile: [Gemfile]
include:
- os: ubuntu-latest
ruby: 2.6
gemfile: gemfiles/Gemfile.xcodeproj-edge
- os: macos-10.15
- os: macos-13
ruby: 2.6
gemfile: gemfiles/Gemfile.xcodeproj-edge
runs-on: ${{ matrix.os }}
Expand All @@ -35,10 +35,10 @@ jobs:
system-ruby:
strategy:
matrix:
os: [macos-10.15]
os: [macos-13]
gemfile: [Gemfile]
include:
- os: macos-10.15
- os: macos-13
gemfile: gemfiles/Gemfile.xcodeproj-edge
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit ccadc04

Please sign in to comment.