File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ on: [workflow_dispatch]
22
33jobs :
44 paper :
5- runs-on : ubuntu-latest
5+ runs-on : ubuntu-24.04
66 name : Paper Draft
77 steps :
88 - name : Checkout
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 name : Deploy release to PyPI
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - name : Checkout source
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v3
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v3
1717 with :
18- python-version : \"3.11.14 \"
18+ python-version : \"3.11\"
1919 - name : Install dependencies
2020 run : pip install wheel build
2121 - name : Build package
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ on: [push, pull_request]
44
55jobs :
66 Linting :
7- runs-on : ubuntu-latest
7+ runs-on : ubuntu-24.04
88
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 - name : Set up Python 3.11
1212 uses : actions/setup-python@v3
1313 with :
1818 pre-commit run --all-files
1919 Linux :
2020 needs : Linting
21- runs-on : ubuntu-latest
21+ runs-on : ubuntu-24.04
2222 strategy :
2323 max-parallel : 8
2424 matrix :
You can’t perform that action at this time.
0 commit comments