Skip to content

Commit

Permalink
Keep an older CI for now
Browse files Browse the repository at this point in the history
The upgrade of latest breaks LLVM, no time to look at that now
  • Loading branch information
tbarbette committed Jan 14, 2025
1 parent b891fba commit df0bcdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.13'
python-version: '3.9'
- name: Cache Python Packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit df0bcdd

Please sign in to comment.