File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 diff-schema :
9- runs-on : ubuntu-22 .04
9+ runs-on : ubuntu-24 .04
1010
1111 steps :
1212 - name : Checkout rockcraft
1616
1717 - name : Set up uv with caching
1818 id : setup-uv
19- uses : astral-sh/setup-uv@v3
19+ uses : astral-sh/setup-uv@v4
2020 with :
2121 enable-cache : true
2222 cache-suffix : ${{ steps.runner-info.outputs.cache-hash }}
Original file line number Diff line number Diff line change 9797 sudo snap set charmcraft provider=lxd
9898
9999 windows-build :
100- runs-on : windows-2019
100+ runs-on : windows-2022
101101 steps :
102102 - name : Checkout code
103103 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 99
1010jobs :
1111 CI :
12- runs-on : ubuntu-22 .04
12+ runs-on : ubuntu-24 .04
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments