Skip to content

Commit 6b29b1f

Browse files
committed
👷 Setup appraisals more
1 parent 066ac26 commit 6b29b1f

File tree

3 files changed

+2
-186
lines changed

3 files changed

+2
-186
lines changed

.github/workflows/macos-ancient.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
test:
3030
name: Specs ${{ matrix.ruby }} ${{ matrix.appraisal }}${{ matrix.name_extra || '' }}
3131
if: "!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')"
32-
runs-on: ubuntu-22.04
32+
runs-on: macos-10.15
3333
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
3434
env: # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
3535
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}.gemfile
@@ -46,8 +46,6 @@ jobs:
4646
rubygems: '2.7.11'
4747
bundler: '1.17.3'
4848

49-
runs-on: macos-10.15
50-
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
5149
steps:
5250
- name: Checkout
5351
uses: actions/checkout@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/gemfiles/.bundle/
1212
/gemfiles/.bundle/config
1313
/gemfiles/vendor/
14+
Appraisal.*.gemfile.lock
1415

1516
# Specs
1617
/coverage/

Appraisal.root.gemfile.lock

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)