summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-11-17 08:36:56 -0700
committerMats Wichmann <mats@linux.com>2022-11-17 08:36:56 -0700
commit4aa94dc732c67272b36a202245a8b76f17494256 (patch)
tree20e69a953e50e495f25a54d3250fa3b57df302fe /.github/workflows
parentcfd363a7d34066d7caedfcf37b4eacd86ac6c107 (diff)
downloadscons-git-4aa94dc732c67272b36a202245a8b76f17494256.tar.gz
Bump versions on CI runners
Chages appveyor test matrix: 3.6, 3.8, 3.10+cov, 3.11 Linux build now uses ubuntu-22.04 (although ubuntu-latest is about to become 22.04 anyway, be explicit for now); use 3.10. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/runtest.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/runtest.yml b/.github/workflows/runtest.yml
index dd1801388..7007a9bef 100644
--- a/.github/workflows/runtest.yml
+++ b/.github/workflows/runtest.yml
@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
- os: ['ubuntu-latest']
+ os: ['ubuntu-22.04']
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
@@ -30,10 +30,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- - name: Set up Python 3.8 ${{ matrix.os }}
+ - name: Set up Python 3.10 ${{ matrix.os }}
uses: actions/setup-python@v2
with:
- python-version: 3.8
+ python-version: 3.10
- name: Install dependencies including ninja ${{ matrix.os }}
run: |
python -m pip install --upgrade pip setuptools wheel
@@ -41,10 +41,10 @@ jobs:
# sudo apt-get update
- name: runtest ${{ matrix.os }}
run: |
- python runtest.py -a -j 2
- - name: Archive Failed tests
+ python runtest.py --all --time --jobs=2
+ - name: Archive Failed tests ${{ matrix.os }}
uses: actions/upload-artifact@v2
with:
- name: linux-failed-tests
+ name: ${{ matrix.os }}-failed-tests
path: |
failed_tests.log