Skip to content

Commit 5ce9e1d

Browse files
Update dependency ubuntu to v24
1 parent d7ac150 commit 5ce9e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
if: >
197197
contains(fromJson('["develop"]'), github.base_ref) &&
198198
(github.head_ref != 'main') && (!startsWith(github.head_ref, 'release'))
199-
runs-on: "ubuntu-22.04"
199+
runs-on: "ubuntu-24.04"
200200
steps:
201201
- name: "Check out repository code"
202202
uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)