Skip to content

Commit 8bf0f65

Browse files
committed
Update github runner image to ubuntu 24.04
20.04 is no longer supported, see actions/runner-images#11101
1 parent 50e7801 commit 8bf0f65

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)