File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77jobs :
88 build :
99 name : Build
10- runs-on : ubuntu-22 .04
10+ runs-on : ubuntu-24 .04
1111 strategy :
1212 fail-fast : false
1313 matrix :
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 main :
19- runs-on : ubuntu-22 .04
19+ runs-on : ubuntu-24 .04
2020 steps :
2121 - name : Code checkout
2222 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 88 release :
99 if : github.event_name == 'create' && github.event.ref_type == 'tag'
1010 name : Release
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - name : Code checkout
1414 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 99 fail-fast : false
1010 matrix :
1111 include :
12- - runner : ubuntu-22 .04
12+ - runner : ubuntu-24 .04
1313 coreboot-tests : true
1414 - runner : bookworm-arm64
1515 coreboot-tests : false
You can’t perform that action at this time.
0 commit comments