Skip to content

Commit

Permalink
Use latest Ubuntu runners for remaining CI
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmatherne-wk committed Dec 21, 2024
1 parent 5da1213 commit 8615e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.12"

Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests/validation/discover_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .conformance_suite_configurations.xbrl_2_1 import config as xbrl_2_1


LINUX = 'ubuntu-22.04'
LINUX = 'ubuntu-24.04'
MACOS = 'macos-14'
WINDOWS = 'windows-2022'
ALL_PYTHON_VERSIONS = (
Expand Down

0 comments on commit 8615e35

Please sign in to comment.