Skip to content

Commit 5abb568

Browse files
authored
Merge pull request #41 from jannic/update-runner-image
Update github runner image to ubuntu 24.04
2 parents 17be8aa + 713efb5 commit 5abb568

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 and Test check
33
jobs:
44
builds:
55
name: Build checks
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-24.04
77
strategy:
88
matrix:
99
mode: ["", "--release"]

0 commit comments

Comments
 (0)