Skip to content

Commit

Permalink
CI: Specify Ubuntu version explicitly
Browse files Browse the repository at this point in the history
So that it does not update from underneath us
  • Loading branch information
jonnor committed Jan 29, 2025
1 parent 2a7bb80 commit 73afb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
test:

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.10"]
Expand Down

0 comments on commit 73afb95

Please sign in to comment.