Skip to content

Commit

Permalink
Attempt to fix macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed May 14, 2024
1 parent bcdacb1 commit 48e8616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
jobs:
rubocop:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -22,7 +22,7 @@ jobs:
matrix:
ruby: [ 'jruby-9.3', 'jruby-9.4', '2.6', '3.3' ]
python: [ '3.6', '3.12' ]
platform: [ ubuntu-20.04, macos-latest, windows-2019 ]
platform: [ ubuntu-22.04, macos-12, windows-2019 ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags: [ '*' ]
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down

0 comments on commit 48e8616

Please sign in to comment.