Replaced the old container with ubuntu-22.04 image

This commit is contained in:
2025-01-09 20:13:17 +01:00
parent 646229d919
commit 01ccc5dff2
3 changed files with 8 additions and 34 deletions

View File

@@ -11,12 +11,10 @@ on:
jobs:
test:
name: Build and Test
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [ "3.11", "3.12", "3.13" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}