Skip to content

Commit a771c6a

Browse files
committed
Update GitHub Actions
1 parent cf6f06b commit a771c6a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
PY_COLORS: "1"
1818
strategy:
1919
fail-fast: false
20-
max-parallel: 15
20+
max-parallel: 18
2121
matrix:
22-
os: [ubuntu-22.04, macos-latest, windows-latest]
23-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
22+
os: [ubuntu-latest, macos-latest, windows-latest]
23+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2424

25-
# runs-on: ubuntu-22.04
25+
# runs-on: ubuntu-latest
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- uses: actions/checkout@v4
@@ -45,7 +45,7 @@ jobs:
4545
# Stop the build if there are flake8 issues
4646
flake8 . --count --show-source --statistics --exclude=temp
4747
- name: Install Chrome
48-
if: matrix.os == 'ubuntu-22.04'
48+
if: matrix.os == 'ubuntu-latest'
4949
run: |
5050
sudo apt install google-chrome-stable
5151
- name: Check the console scripts interface

.github/workflows/spot_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
PY_COLORS: "1"
1414
strategy:
1515
fail-fast: false
16-
max-parallel: 15
16+
max-parallel: 18
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
19-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
19+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2020

2121
runs-on: ${{ matrix.os }}
2222
steps:

0 commit comments

Comments
 (0)