Skip to content

Commit

Permalink
chore(ci): fix capi test runner to ubuntu-22.04
Browse files Browse the repository at this point in the history
somehow the c test cannot be linked on `ubuntu-24.04`
  • Loading branch information
chrjabs committed Dec 18, 2024
1 parent 62db692 commit bc4098e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/capi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build and test
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-22.04, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
Expand Down

0 comments on commit bc4098e

Please sign in to comment.