Skip to content

Commit

Permalink
Update CI image tag to get newer version of stdexec
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Feb 14, 2023
1 parent b2e095b commit e6606f2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ setup_arm64_machine: &setup_arm64_machine

docker_default: &docker_default
docker:
- image: pikaorg/pika-ci-base:14
- image: pikaorg/pika-ci-base:15

defaults: &defaults
<<: *working_dir_default
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 @@ -15,7 +15,7 @@ jobs:
build:
name: github/linux/coverage
runs-on: ubuntu-latest
container: pikaorg/pika-ci-base:14
container: pikaorg/pika-ci-base:15

steps:
- uses: actions/checkout@v3
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 @@ -20,7 +20,7 @@ jobs:
build:
name: github/linux/debug/fast
runs-on: ubuntu-latest
container: pikaorg/pika-ci-base:14
container: pikaorg/pika-ci-base:15

steps:
- uses: actions/checkout@v3
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 @@ -20,7 +20,7 @@ jobs:
build:
name: github/linux/hip/fast
runs-on: ubuntu-latest
container: pikaorg/pika-ci-hip:7
container: pikaorg/pika-ci-hip:8
steps:
- uses: actions/checkout@v3
- name: Update apt repositories for ccache
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 @@ -20,7 +20,7 @@ jobs:
build:
name: github/linux/fetchcontent/fast
runs-on: ubuntu-latest
container: pikaorg/pika-ci-base:14
container: pikaorg/pika-ci-base:15

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
build:
name: github/linux/sanitizers/fast
runs-on: ubuntu-latest
container: pikaorg/pika-ci-base:14
container: pikaorg/pika-ci-base:15

steps:
- uses: actions/checkout@v3
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 @@ -20,7 +20,7 @@ jobs:
build:
name: github/linux/tracy/fast
runs-on: ubuntu-latest
container: pikaorg/pika-ci-base:14
container: pikaorg/pika-ci-base:15

steps:
- name: Check out Tracy
Expand Down

0 comments on commit e6606f2

Please sign in to comment.