Skip to content

Commit

Permalink
ci: use ubuntu-24.04 (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Aug 4, 2024
1 parent b62ba29 commit 4a70786
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
quality:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out
uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
matrix:
os:
- name: linux
image: ubuntu-22.04
image: ubuntu-24.04
- name: macos
image: macos-14
- name: windows
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
if: ${{ matrix.os.name == 'linux' && matrix.python-version == '3.12' }}

check-docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Check out
uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
set-version:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand All @@ -27,7 +27,7 @@ jobs:
path: pyproject.toml

linux:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [set-version]
strategy:
matrix:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
path: dist

sdist:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [set-version]
steps:
- uses: actions/checkout@v4
Expand All @@ -153,7 +153,7 @@ jobs:

publish:
name: Publish
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4
Expand All @@ -167,7 +167,7 @@ jobs:
args: --non-interactive --skip-existing wheels-*/*

check-docs:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: publish
steps:
- name: Check out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-codecov-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
validate-codecov-config:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Validate codecov configuration
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-renovate-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
validate-renovate-config:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 4a70786

Please sign in to comment.