File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010
1111 tests :
1212 name : Run tests
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - uses : actions/checkout@v3
1616 - uses : actions/setup-python@v4
2323
2424 linters :
2525 name : Run linters
26- runs-on : ubuntu-22 .04
26+ runs-on : ubuntu-24 .04
2727 strategy :
2828 matrix :
2929 toxenv : [flake8, pydocstyle, mypy, pylint]
4040 build-sdist :
4141 name : Build source tarball
4242 needs : [tests, linters]
43- runs-on : ubuntu-22 .04
43+ runs-on : ubuntu-24 .04
4444 steps :
4545 - uses : actions/checkout@v3
4646 - uses : actions/setup-python@v4
6060 runs-on : ${{ matrix.os }}
6161 strategy :
6262 matrix :
63- os : [ubuntu-22 .04, windows-2019, macos-14]
63+ os : [ubuntu-24 .04, windows-2019, macos-14]
6464 env :
6565 CIBW_SKIP : cp27-*
6666 steps :
7373 path : ./wheelhouse/*.whl
7474
7575 build-wheels-linux-aarch64 :
76- name : Build wheels (ubuntu-22 .04-aarch64)
76+ name : Build wheels (ubuntu-24 .04-aarch64)
7777 needs : [tests, linters]
78- runs-on : ubuntu-22 .04
78+ runs-on : ubuntu-24 .04
7979 env :
8080 CIBW_SKIP : cp27-*
8181 steps :
9595 publish :
9696 name : Publish on PyPI
9797 needs : [build-sdist, build-wheels, build-wheels-linux-aarch64]
98- runs-on : ubuntu-22 .04
98+ runs-on : ubuntu-24 .04
9999 steps :
100100 - uses : actions/download-artifact@v4
101101 with :
@@ -113,7 +113,7 @@ jobs:
113113 publish-docs :
114114 name : Publish docs
115115 needs : [publish]
116- runs-on : ubuntu-22 .04
116+ runs-on : ubuntu-24 .04
117117 steps :
118118 - uses : actions/checkout@v3
119119 - uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments