Skip to content

Commit 83a93ef

Browse files
authored
Update release.yml workflow to use ubuntu-24.04
1 parent 6afd769 commit 83a93ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
build_type: [Release]
21-
os: [ubuntu-20.04]
21+
os: [ubuntu-24.04]
2222
fail-fast: false
2323

2424
steps:

0 commit comments

Comments
 (0)