Skip to content

Commit

Permalink
actions: use ubuntu-24.04
Browse files Browse the repository at this point in the history
until ubuntu-latest uses 24.04 (was rolled back in actions/runner-images#10636)
  • Loading branch information
SpiralP authored Oct 26, 2024
1 parent 1d127ef commit 9c9ef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
linux_x86:
name: Build Linux ${{ matrix.config.arch }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9c9ef08

Please sign in to comment.