Skip to content

Commit

Permalink
Explicitly state the ubuntu version (#1777)
Browse files Browse the repository at this point in the history
Seems like the Ubuntu-latest for some reason can reference to different Ubuntu versions between different repositories, causing serious compatibility issues with installing some packages like GCC mutilib
  • Loading branch information
VeithMetro authored Oct 14, 2024
1 parent 2ab4187 commit f3191fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Linux build template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
Thunder:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

strategy:
matrix:
Expand Down

0 comments on commit f3191fd

Please sign in to comment.