File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 89
89
command : fmt
90
90
args : -- --check --color always
91
91
python-format-black :
92
- runs-on : ubuntu-22 .04
92
+ runs-on : ubuntu-24 .04
93
93
steps :
94
94
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
95
95
- run : pip3 install --no-deps -r requirements.txt
@@ -101,15 +101,15 @@ jobs:
101
101
- run : black --check --diff --color .
102
102
working-directory : ci
103
103
python-format-isort :
104
- runs-on : ubuntu-22 .04
104
+ runs-on : ubuntu-24 .04
105
105
steps :
106
106
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
107
107
- run : pip3 install --no-deps -r requirements.txt
108
108
- run : pipenv install --system
109
109
- run : isort --check-only --diff .
110
110
working-directory : nat-lab
111
111
python-format-autoflake :
112
- runs-on : ubuntu-22 .04
112
+ runs-on : ubuntu-24 .04
113
113
steps :
114
114
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
115
115
- run : pip3 install --no-deps -r requirements.txt
@@ -118,7 +118,7 @@ jobs:
118
118
working-directory : nat-lab
119
119
python-lint :
120
120
needs : uniffi-bindings
121
- runs-on : ubuntu-22 .04
121
+ runs-on : ubuntu-24 .04
122
122
steps :
123
123
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
124
124
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
@@ -134,7 +134,7 @@ jobs:
134
134
working-directory : nat-lab
135
135
natlab-typecheck :
136
136
needs : uniffi-bindings
137
- runs-on : ubuntu-22 .04
137
+ runs-on : ubuntu-24 .04
138
138
steps :
139
139
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
140
140
- uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
You can’t perform that action at this time.
0 commit comments