File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 python-version :
1818 - 3.12
1919
20- runs-on : ubuntu-latest
20+ runs-on : depot- ubuntu-24.04
2121 steps :
2222 - name : Checkout
2323 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
1919jobs :
2020 validate-pr-title :
2121 name : Validate PR title
22- runs-on : ubuntu-latest
22+ runs-on : depot- ubuntu-24.04
2323 permissions :
2424 pull-requests : read
2525 steps :
4343
4444 check :
4545 name : Check
46- runs-on : ubuntu-latest
46+ runs-on : depot- ubuntu-24.04
4747 permissions :
4848 contents : read
4949 steps :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414jobs :
1515 verify-tag :
1616 name : Verify release tag
17- runs-on : ubuntu-latest
17+ runs-on : depot- ubuntu-24.04
1818 permissions :
1919 contents : read
2020 outputs :
5454
5555 build :
5656 name : Build release distributions
57- runs-on : ubuntu-latest
57+ runs-on : depot- ubuntu-24.04
5858 needs : verify-tag
5959 permissions :
6060 contents : read
8585
8686 pypi-publish :
8787 name : Publish package distributions to PyPI
88- runs-on : ubuntu-latest
88+ runs-on : depot- ubuntu-24.04
8989 needs :
9090 - verify-tag
9191 - build
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions: {}
88jobs :
99 test :
1010 name : Test (Python ${{ matrix.python-version }})
11- runs-on : ubuntu-latest
11+ runs-on : depot- ubuntu-24.04
1212 permissions :
1313 contents : read
1414 strategy :
You can’t perform that action at this time.
0 commit comments