Skip to content

Commit 48e8616

Browse files
committed
Attempt to fix macOS CI
1 parent bcdacb1 commit 48e8616

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
jobs:
88
rubocop:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
ruby: [ 'jruby-9.3', 'jruby-9.4', '2.6', '3.3' ]
2424
python: [ '3.6', '3.12' ]
25-
platform: [ ubuntu-20.04, macos-latest, windows-2019 ]
25+
platform: [ ubuntu-22.04, macos-12, windows-2019 ]
2626
runs-on: ${{ matrix.platform }}
2727
steps:
2828
- name: Checkout

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
tags: [ '*' ]
55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-22.04
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Set up Ruby

0 commit comments

Comments
 (0)