From e535a3fa16f69143fc3623d9b1f81378507b5252 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Fri, 27 Jun 2025 02:14:53 +0300 Subject: [PATCH] ops: fix sandbox issue with GitHub's CI --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a594ae5..5ed70cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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