Skip to content

Commit

Permalink
ci: run tests etc with ubuntu 24.04 up from 22.04 (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio authored Jan 20, 2025
1 parent 9b62306 commit 74f64ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish-python-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# platform and CPU architecture.
#
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
fail-fast: false
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

publish:
needs: build
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
fail-fast: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# Don't run this job on forks
if: github.repository == 'dask/dask-gateway'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
fail-fast: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:

jobs:
main-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 7

strategy:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
kubernetes-tests:
name: Test k8s backend & chart
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 15

strategy:
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
#
containerized-backend-tests:
name: "Test ${{ matrix.backend }} backend"
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 5

# packages read access is required for pull to the backend containers
Expand Down

0 comments on commit 74f64ef

Please sign in to comment.