File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 build :
1313 name : Build documentation
14- runs-on : ubuntu-22 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616 - name : Checkout
1717 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4141 environment :
4242 name : github-pages
4343 url : ${{ steps.deployment.outputs.page_url }}
44- runs-on : ubuntu-22 .04
44+ runs-on : ubuntu-24 .04
4545 if : github.ref == 'refs/heads/main'
4646 steps :
4747 - name : Deploy to GitHub Pages
Original file line number Diff line number Diff line change 1111jobs :
1212 unit_test :
1313 name : Unit tests
14- runs-on : ubuntu-22 .04
14+ runs-on : ubuntu-24 .04
1515 steps :
1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1717 - name : Set up JDK
2626
2727 smoke_tests :
2828 name : Smoke tests
29- runs-on : ubuntu-22 .04
29+ runs-on : ubuntu-24 .04
3030 steps :
3131 - name : Checkout code
3232 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
You can’t perform that action at this time.
0 commit comments