Skip to content

Commit

Permalink
Merge branch 'test-python-312-final' into trunk-patch
Browse files Browse the repository at this point in the history
joaander committed Oct 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents b7ff6aa + 1ed09f9 commit f44a61c
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion .github/workflows/style_check.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- name: Configure
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit f44a61c

Please sign in to comment.