Skip to content

Commit

Permalink
Bump OS used for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amorde committed Oct 26, 2023
1 parent 993aef6 commit 46dee20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
fail-fast: false
matrix:
task: [SPECS]
ruby: [2.6, 2.7]
os: [ubuntu-16.04]
ruby: [2.7, 3.1]
os: [ubuntu-latest]
include:
- task: SPECS
os: macos-10.15
os: macos-12
ruby: system

name: ${{ matrix.task }} / ${{ matrix.os }} / Ruby ${{ matrix.ruby }}
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
gems@v1-${{ matrix.os }}-${{ env.ImageVersion }}-Ruby${{ matrix.ruby }}-
- name: Run bundle install
run: |
gem install bundler -v "~> 1.17"
gem install bundler -v "~> 2.4"
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3 --without debugging documentation
- name: Set up git identity
Expand Down

0 comments on commit 46dee20

Please sign in to comment.