Skip to content

Commit

Permalink
Bump CI os and Python versions
Browse files Browse the repository at this point in the history
The integration tests use Python 3.8 / ubuntu 20.04. The problem is
that k8s-snap tests use type specifiers that require Python 3.10.

For this reason, we'll switch to Python 3.10 / ubuntu 22.04.
  • Loading branch information
petrutlucian94 committed Jan 9, 2025
1 parent 0d2b3cc commit 490b457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/k8s-snap-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ concurrency:
jobs:
build:
name: K8s-snap Integration Test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checking out repo
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.10"
- name: Install tox
run: pip install tox
- name: Install Go
Expand Down

0 comments on commit 490b457

Please sign in to comment.