Skip to content

Commit

Permalink
RJIT: Upgrade Ubuntu on CI
Browse files Browse the repository at this point in the history
to upgrade libcapstone on CI
  • Loading branch information
k0kubun committed Mar 19, 2023
1 parent 71bcab4 commit d07d1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rjit.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
RUBY_DEBUG: ci
SETARCH: ${{ matrix.arch && format('setarch {0}', matrix.arch) }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
steps:
- run: mkdir build
Expand Down

0 comments on commit d07d1c7

Please sign in to comment.