Skip to content

Commit bcfe332

Browse files
authored
Merge branch 'main' into main
2 parents c376065 + dd48650 commit bcfe332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# Setup
9898
setup:
9999
name: Setup
100-
runs-on: ubuntu-20.04
100+
runs-on: ubuntu-24.04
101101
outputs:
102102
hosts: ${{ steps.generate-matrix.outputs.hosts }}
103103
targets: ${{ steps.generate-matrix.outputs.targets }}
@@ -1679,7 +1679,7 @@ jobs:
16791679
test-result:
16801680
name: Test Result
16811681
needs: [ test-dist-bundle ]
1682-
runs-on: ubuntu-20.04
1682+
runs-on: ubuntu-24.04
16831683

16841684
# NOTE: The 'test-result' job depends on the 'test-dist-bundle' job and
16851685
# therefore only runs when all distribution bundle tests pass.

0 commit comments

Comments
 (0)