Skip to content

Commit 412701f

Browse files
author
Oleg Samarin
committed
Fixed runner image
1 parent 63f358c commit 412701f

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
@@ -3,7 +3,7 @@ name: Build
33
on: [push]
44
jobs:
55
build:
6-
runs-on: ubuntu-24
6+
runs-on: ubuntu-24.04
77
steps:
88
- uses: actions/checkout@v4.1.1
99

0 commit comments

Comments
 (0)