Skip to content

Commit 7ee7416

Browse files
google-adminathomas
authored andcommitted
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label
Closes #60412 GitOrigin-RevId: 90f39d7 Change-Id: Icb9462884a81041e7ea726863f20378f4939fb38 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/418202 Reviewed-by: Alexander Thomas <[email protected]>
1 parent 241b8ab commit 7ee7416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third-party-deps-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: read-all
1414
jobs:
1515
extract-deps:
1616
name: Extract Dependencies
17-
runs-on: ubuntu-20.04
17+
runs-on: 'ubuntu-24.04'
1818
if: ${{ (github.repository == 'dart-lang/sdk' && github.event_name == 'push') || github.event.label.name == 'vulnerability scan' }}
1919
permissions:
2020
# Needed to upload the SARIF results to code-scanning dashboard.

0 commit comments

Comments
 (0)