Skip to content

Commit

Permalink
Fix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bredelings committed May 22, 2024
1 parent 188c5d0 commit 52255f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12.0
python-version: 3.12

- name: Install (Linux)
if: runner.os == 'Linux' && matrix.name != 'windows'
Expand Down
2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BootStrap: docker
From: ubuntu:23.04
From: ubuntu:24.04

%post

Expand Down

0 comments on commit 52255f7

Please sign in to comment.