diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index b99967ffc..6ab9b2bf3 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -13,15 +13,15 @@ jobs: os: [windows-latest, ubuntu-20.04] python-version: [3.8, 3.9] include: - - os: ubuntu-20.04 + - os: ubuntu-18.04 python-version: 3.9 container: Docker steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} @@ -79,7 +79,7 @@ jobs: cd ../../../../ pip3 install -e .[evm,RE] - if [ ${{ matrix.os }} == 'ubuntu-20.04' ] and [ ${{ matrix.python-version }} == '3.9' ]; then + if [ ${{ matrix.os }} == 'ubuntu-18.04' ] and [ ${{ matrix.python-version }} == '3.9' ]; then docker run -it --rm -v ${GITHUB_WORKSPACE}:/qiling qilingframework/qiling:dev bash -c "cd tests && ./test_onlinux.sh" else pip3 install setuptools wheel