Skip to content

Commit

Permalink
Move truffleruby{,+graalvm}-head to ubuntu-22.04
Browse files Browse the repository at this point in the history
Allow the builds to fail, because the head build is unstable.
  • Loading branch information
halostatue committed Aug 22, 2023
1 parent 27940f2 commit 9583a38
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
- jruby
- jruby-head
- truffleruby
- truffleruby-head
- truffleruby+graalvm
- truffleruby+graalvm-head
include:
- ruby: head
continue-on-error: true
Expand All @@ -45,6 +43,13 @@ jobs:
ruby: '3.1'
- os: ubuntu-22.04
ruby: '3.2'
- os: ubuntu-22.04
ruby: truffleruby+graalvm-head
continue-on-error: true
- os: ubuntu-22.04
ruby: truffleruby-head
continue-on-error: true

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.continue-on-error || false }}
steps:
Expand Down

0 comments on commit 9583a38

Please sign in to comment.