From c87a41d5bda5108f93efea5142db67b2e5d2af42 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sat, 17 Feb 2024 15:09:28 +0200 Subject: Update Python2 CI workflow to Ubuntu 20.04 GitHub no longer offers the Ubuntu 18.04 runner. --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0060d7b..9302d21 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,9 +45,9 @@ jobs: test_python2: - name: Test with Python 2 on Ubuntu 18.04 + name: Test with Python 2 on Ubuntu 20.04 needs: smoke_test - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - name: Check out code from GitHub @@ -59,7 +59,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install python-protobuf protobuf-compiler scons + sudo apt-get install python-protobuf protobuf-compiler scons python-is-python2 - name: Run tests with Python 2 run: | -- cgit v1.2.3