Skip to content

Commit

Permalink
ci: use ubuntu-22.04 for i686-linux because ubuntu-24.04 is wack
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Jan 25, 2025
1 parent 9a462d3 commit f1084b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
retention-days: 0

build-i686-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit f1084b6

Please sign in to comment.