Skip to content

Commit

Permalink
Update ubuntu runner to 'ubuntu-24.04'
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob authored and gbraad committed Jan 10, 2025
1 parent fe2f2d9 commit 2959505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build:
runs-on: ubuntu-20.04 # explicitly use 20.04, see commit 428c40018a
runs-on: ubuntu-24.04
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down

0 comments on commit 2959505

Please sign in to comment.