Skip to content

Commit d672f26

Browse files
authored
Update build.yml
Switch from Ubuntu 20.04 LTS to 24.04 LTS
1 parent 3cf3ba2 commit d672f26

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
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
os: [ubuntu-20.04, ubuntu-latest]
24+
os: [ubuntu-24.04, ubuntu-latest]
2525

2626
# Steps represent a sequence of tasks that will be executed as part of the job
2727
steps:

0 commit comments

Comments
 (0)