Replaced ubuntu-latest with ubuntu-24.04 and added pip cache
All checks were successful
Tests / test (3.10) (push) Successful in 27s
Tests / test (3.11) (push) Successful in 25s
Tests / test (3.9) (push) Successful in 17s

This commit is contained in:
Profitroll 2025-01-10 11:29:30 +02:00
parent 9b9cd3d93b
commit 32663922c2

View File

@ -11,8 +11,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
@ -23,6 +22,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Install dependencies