File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
1010 lint :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-24.04
1212 steps :
1313 - uses : actions/checkout@v6
1414
2727 run : uv run ruff check .
2828
2929 test :
30- runs-on : ubuntu-latest
30+ runs-on : ubuntu-24.04
3131 strategy :
3232 fail-fast : false
3333 matrix :
4242 uses : actions/setup-python@v6
4343 with :
4444 python-version : ${{ matrix.python-version }}
45- allow-prereleases : true
4645
4746 - name : Install dependencies
4847 run : uv sync --group dev
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ permissions:
1111
1212jobs :
1313 build :
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-24.04
1515 steps :
1616 - uses : actions/checkout@v6
1717
3434
3535 publish :
3636 needs : build
37- runs-on : ubuntu-latest
37+ runs-on : ubuntu-24.04
3838 environment :
3939 name : pypi
4040 url : https://pypi.org/p/close-mongo-ops-manager
5050
5151 github-release :
5252 needs : publish
53- runs-on : ubuntu-latest
53+ runs-on : ubuntu-24.04
5454 steps :
5555 - uses : actions/checkout@v6
5656 with :
You can’t perform that action at this time.
0 commit comments