RJIT: Upgrade Ubuntu on CI

to upgrade libcapstone on CI
This commit is contained in:
Takashi Kokubun 2023-03-18 22:03:33 -07:00
parent 71bcab4519
commit d07d1c7162

View File

@ -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