RJIT: Upgrade Ubuntu on CI
to upgrade libcapstone on CI
This commit is contained in:
parent
71bcab4519
commit
d07d1c7162
2
.github/workflows/rjit.yml
vendored
2
.github/workflows/rjit.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||||
RUBY_DEBUG: ci
|
RUBY_DEBUG: ci
|
||||||
SETARCH: ${{ matrix.arch && format('setarch {0}', matrix.arch) }}
|
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') }}
|
if: ${{ !contains(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir build
|
- run: mkdir build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user