Skip to content

Commit 875a6c2

Browse files
ci: fix ubuntu version to 22.04
1 parent a3c9b66 commit 875a6c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
FOSSA_API_KEY: ${{ secrets.FOSSA_API_KEY }}
2929

3030
pre-commit:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-python@v5
@@ -37,7 +37,7 @@ jobs:
3737
- uses: pre-commit/[email protected]
3838

3939
test-unit:
40-
runs-on: ubuntu-latest
40+
runs-on: ubuntu-22.04
4141
strategy:
4242
matrix:
4343
python-version: [ 3.7, 3.8, 3.9, "3.10", "3.11", "3.12" ]
@@ -68,7 +68,7 @@ jobs:
6868
- compliance-copyrights
6969
- pre-commit
7070
- test-unit
71-
runs-on: ubuntu-latest
71+
runs-on: ubuntu-22.04
7272

7373
steps:
7474
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)