Skip to content

Commit

Permalink
run tests on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdebruijn committed Oct 11, 2024
1 parent d5d5767 commit 3ab51a2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
build-and-deploy:
name: Build and gh-pages
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
# https://github.com/marketplace/actions/checkout
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
build-docs:
name: Build Sphinx Documentation
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
# Check out the repository
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
pypi-publish:
name: Publish release to PyPI
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
environment:
name: "release"
url: https://pypi.org/project/geb/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Set up Python"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruff-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Ruff check
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/ruff-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Ruff format
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
Expand Down

0 comments on commit 3ab51a2

Please sign in to comment.