Skip to content

Commit 9ff1e21

Browse files
ci: fix Ubuntu 20.04 retirement
1 parent 850a716 commit 9ff1e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
x86-binary:
5555
needs: set-release-version
5656
name: x86-binary
57-
runs-on: ubuntu-20.04
57+
runs-on: ubuntu-24.04
5858
steps:
5959
- uses: actions/checkout@v4
6060

0 commit comments

Comments
 (0)