Skip to content

Commit

Permalink
Merge pull request #1314 from msimberg/ci-ubuntu-24-04
Browse files Browse the repository at this point in the history
Update CircleCI and GitHub actions base images to ubuntu 24.04
  • Loading branch information
msimberg authored Nov 4, 2024
2 parents e3d64a6 + 403e639 commit 2f15e1d
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setup_x86_large: &setup_x86_large

setup_arm64_machine: &setup_arm64_machine
machine:
image: ubuntu-2204:current
image: ubuntu-2404:current
resource_class: arm.large

docker_default: &docker_default
Expand Down Expand Up @@ -509,6 +509,7 @@ jobs:
ninja-build \
libboost-context-dev \
libhwloc-dev \
libstdc++-14-dev \
mpi-default-dev \
xsltproc
git clone --branch 9.1.0 --single-branch --depth 1 \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
build:
name: github/documentation/build
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
deploy:
needs: build
name: github/documentation/deploy
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: github.ref == 'refs/heads/main' && github.repository == 'pika-org/pika'

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
build:
name: Lint Yaml Files
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_asan_ubsan_lsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
build:
name: github/linux/sanitizers/address-undefined-leak
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container:
image: pikaorg/pika-ci-base:27
# --privileged is enabled for sysctl further down.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
build:
name: github/linux/coverage
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: pikaorg/pika-ci-base:27

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_coverage_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:
name: github/linux/coverage/upload
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Download coverage report from GH artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
build:
name: github/linux/debug/fast
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: pikaorg/pika-ci-base:27

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_hip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
name: github/linux/hip/fast
if: ${{ github.event_name == 'merge_group' }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: pikaorg/pika-ci-hip:16
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_release_fetchcontent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
name: github/linux/fetchcontent/fast
if: ${{ github.event_name == 'merge_group' }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: pikaorg/pika-ci-base:27

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_tracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
name: github/linux/tracy/fast
if: ${{ github.event_name == 'merge_group' }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: pikaorg/pika-ci-base:27

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
build:
name: github/linux/sanitizers/thread
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container:
image: pikaorg/pika-ci-base:27
# --privileged is enabled for sysctl further down.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
build:
name: github/linux/valgrind
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: pikaorg/pika-ci-base:27

strategy:
Expand Down

0 comments on commit 2f15e1d

Please sign in to comment.