From 1ed09f91eb5a38a102627d27b9d32b88256c1fbd Mon Sep 17 00:00:00 2001 From: "Joshua A. Anderson" Date: Tue, 10 Oct 2023 08:01:41 -0400 Subject: [PATCH] Test against python 3.12 final. --- .github/workflows/release.yml | 2 +- .github/workflows/style_check.yml | 2 +- .github/workflows/unit_test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2d39c44..35f9ded9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: name: Build release tarball runs-on: ubuntu-latest container: - image: glotzerlab/ci:2023.09.26-ubuntu22.04 + image: glotzerlab/ci:2023.10.09-ubuntu22.04 options: -u 0 steps: diff --git a/.github/workflows/style_check.yml b/.github/workflows/style_check.yml index 318fdaca..1c7973d4 100644 --- a/.github/workflows/style_check.yml +++ b/.github/workflows/style_check.yml @@ -24,7 +24,7 @@ jobs: name: Run clang-tidy runs-on: ubuntu-latest container: - image: glotzerlab/ci:2023.09.26-clang14_py311 + image: glotzerlab/ci:2023.10.09-clang14_py311 steps: - uses: actions/checkout@v4.1.0 - name: Configure diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index 41491215..aae23c58 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml @@ -31,7 +31,7 @@ jobs: name: Unit test on Linux [${{ matrix.image }}] runs-on: ubuntu-latest container: - image: glotzerlab/ci:2023.09.26-${{ matrix.image }} + image: glotzerlab/ci:2023.10.09-${{ matrix.image }} options: -u 0 strategy: matrix: