Skip to content

Commit 28d9cdc

Browse files
committed
Use Ubuntu 24.04 image
Github Actions deprecated usage of Ubuntu 20.04
1 parent 20a0652 commit 28d9cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test:
99
runs-on:
10-
- ubuntu-20.04
10+
- ubuntu-24.04
1111
strategy:
1212
fail-fast: false
1313
matrix:

0 commit comments

Comments
 (0)