Skip to content

Commit fbbdb27

Browse files
committed
bump: The GA version of Ubuntu to 24.04
* Make sure the runner actually exists. Signed-off-by: mr.Shu <[email protected]>
1 parent 849f67d commit fbbdb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on: [push]
22
jobs:
33
build:
44
name: build
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
steps:
77
- uses: actions/checkout@v4
88
with:

0 commit comments

Comments
 (0)