Skip to content

Commit

Permalink
Fix Ubuntu version for maintenance branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun authored Jan 14, 2025
1 parent bb5fd17 commit 03c9222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test:
if: "!contains(github.event.pull_request.labels.*.name, 'no-ci')"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.7,'3.12']
Expand Down

0 comments on commit 03c9222

Please sign in to comment.