Skip to content

Commit

Permalink
Give up on libyaml, run on macos-latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 29, 2023
1 parent 3f39afa commit 4f2827d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
tests:
name: Ruby ${{ matrix.ruby }}
if: "contains(github.event.commits[0].message, '[ci skip]') == false"
runs-on: ubuntu-latest
runs-on: macos-latest
env:
CI: true
ALLOW_FAILURES: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'jruby' }}
Expand All @@ -21,10 +21,6 @@ jobs:
matrix:
ruby: ['3.0', 3.1, 3.2, ruby-head, jruby]
steps:
- name: Install dependencies
run: |
wget http://mirrors.kernel.org/ubuntu/pool/main/liby/libyaml/libyaml-dev_0.2.5-1_amd64.deb
sudo apt-get install --yes ./libyaml-dev_0.2.5-1_amd64.deb
- name: Clone repository
uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit 4f2827d

Please sign in to comment.