Skip to content

Commit

Permalink
chore: Update GitHub runners in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 22, 2025
1 parent 458ff71 commit df70eba
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 12 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
"requirements/requirements-*.txt",
],

"customManagers": [
{
"customType": "regex",
"fileMatch": ["\\.github/workflows/tests\\.yml"],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+os: \"?(?<currentValue>\\S+?)\"?\\s+"
]
}
],

// https://docs.renovatebot.com/configuration-options/#packagerules
"packageRules": [
{
Expand Down
44 changes: 32 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,28 +58,48 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "pypy3.10"
os: ["ubuntu-24.04"]
include:
- python-version: "3.13"
# renovate: datasource=github-runners depName=ubuntu
os: ubuntu-24.04

- python-version: "3.12"
# renovate: datasource=github-runners depName=ubuntu
os: ubuntu-24.04

- python-version: "3.11"
# renovate: datasource=github-runners depName=ubuntu
os: ubuntu-24.04

- python-version: "3.10"
# renovate: datasource=github-runners depName=ubuntu
os: ubuntu-24.04

- python-version: "3.9"
# renovate: datasource=github-runners depName=ubuntu
os: ubuntu-24.04

- python-version: "3.8"
os: "ubuntu-24.04"
# renovate: datasource=github-runners depName=ubuntu
os: ubuntu-24.04

- python-version: "pypy3.10"
# renovate: datasource=github-runners depName=ubuntu
os: ubuntu-24.04

- python-version: "3.14"
os: "ubuntu-24.04"
# renovate: datasource=github-runners depName=ubuntu
os: ubuntu-24.04
experimental: true
nightly: true

- python-version: "3.13"
os: "windows-latest"
# renovate: datasource=github-runners depName=windows
os: windows-2022

- python-version: "3.13"
os: "macos-latest"
# renovate: datasource=github-runners depName=macos
os: macos-15

steps:
- name: Check out the repository
Expand Down

0 comments on commit df70eba

Please sign in to comment.