ops: fix sandbox issue with GitHub's CI

This commit is contained in:
Karim shoair
2025-06-27 02:14:53 +03:00
parent 5895edef57
commit e535a3fa16
+5 -5
View File
@@ -18,23 +18,23 @@ jobs:
matrix:
include:
- python-version: "3.9"
os: ubuntu-latest
os: ubuntu-20.04 # Better sandbox support?
env:
TOXENV: py
- python-version: "3.10"
os: ubuntu-latest
os: ubuntu-20.04 # Better sandbox support?
env:
TOXENV: py
- python-version: "3.11"
os: ubuntu-latest
os: ubuntu-20.04 # Better sandbox support?
env:
TOXENV: py
- python-version: "3.12"
os: ubuntu-latest
os: ubuntu-20.04 # Better sandbox support?
env:
TOXENV: py
- python-version: "3.13"
os: ubuntu-latest
os: ubuntu-20.04 # Better sandbox support?
env:
TOXENV: py