Skip to content

Commit f9eb323

Browse files
committed
update python linter runners
1 parent d770074 commit f9eb323

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/linters.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
command: fmt
9090
args: -- --check --color always
9191
python-format-black:
92-
runs-on: ubuntu-22.04
92+
runs-on: ubuntu-24.04
9393
steps:
9494
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
9595
- run: pip3 install --no-deps -r requirements.txt
@@ -101,15 +101,15 @@ jobs:
101101
- run: black --check --diff --color .
102102
working-directory: ci
103103
python-format-isort:
104-
runs-on: ubuntu-22.04
104+
runs-on: ubuntu-24.04
105105
steps:
106106
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
107107
- run: pip3 install --no-deps -r requirements.txt
108108
- run: pipenv install --system
109109
- run: isort --check-only --diff .
110110
working-directory: nat-lab
111111
python-format-autoflake:
112-
runs-on: ubuntu-22.04
112+
runs-on: ubuntu-24.04
113113
steps:
114114
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
115115
- run: pip3 install --no-deps -r requirements.txt
@@ -118,7 +118,7 @@ jobs:
118118
working-directory: nat-lab
119119
python-lint:
120120
needs: uniffi-bindings
121-
runs-on: ubuntu-22.04
121+
runs-on: ubuntu-24.04
122122
steps:
123123
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
124124
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
@@ -134,7 +134,7 @@ jobs:
134134
working-directory: nat-lab
135135
natlab-typecheck:
136136
needs: uniffi-bindings
137-
runs-on: ubuntu-22.04
137+
runs-on: ubuntu-24.04
138138
steps:
139139
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
140140
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2

0 commit comments

Comments
 (0)