Skip to content

Commit

Permalink
Revert "Switch one build to latest Ubuntu with Python 3.12"
Browse files Browse the repository at this point in the history
GitHub Actions hasn't yet fully deployed Ubuntu 24.04 images.
This reverts commit 5a75102.
  • Loading branch information
benmwebb committed May 13, 2024
1 parent 5a75102 commit 7d7ea59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
flags: '--coverage'
tests: RMF
build: Debug
- os: ubuntu-24.04
python-version: 3.12
- os: ubuntu-latest
python-version: 3.9
install: ''
flags: '--coverage'
tests: RMF
Expand Down

0 comments on commit 7d7ea59

Please sign in to comment.