Skip to content

Commit

Permalink
[CI] Forcing Ubuntu 22.04 for Linux builds
Browse files Browse the repository at this point in the history
- Recent clang versions, which the 24.04 uses, fail to compile sol2's current code
  - This is an issue that's been known for a while and a fix has been done on their side, but no new version has been released yet
  • Loading branch information
Razakhel committed Jan 7, 2025
1 parent 7796ae4 commit c8544a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RaZ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
${{ !matrix.use_audio && ', no audio' || '' }}\
${{ !matrix.use_lua && ', no Lua' || '' }}\
${{ !matrix.use_window && ', no window' || '' }})"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
fail-fast: false
Expand Down

0 comments on commit c8544a0

Please sign in to comment.