Skip to content

Commit 11b5fa4

Browse files
authored
Fix nightlies to build with windows-2022 (#1268)
* Updating windows-2019 to windows-2022 * fix spelling * updating windows-2019 to windows-2022
1 parent 92ad01f commit 11b5fa4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- os: linux
8383
os-version: ubuntu-22.04
8484
- os: win64
85-
os-version: windows-2019
85+
os-version: windows-2022
8686
- python-version: '3.10' # avoid uploading coverage for full matrix
8787
use_coverage: true
8888
- python-version: '3.10' # install ML AI dependencies with coverage run

.github/workflows/nightlies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- os: linux
4141
os-version: ubuntu-22.04
4242
- os: win64
43-
os-version: windows-2019
43+
os-version: windows-2022
4444
- foqus-install-target: stable
4545
pip-install-target: ccsi-foqus
4646
- foqus-install-target: master

foqus_lib/framework/graph/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,7 @@ def selectTear(self):
18291829
size of the problem in the branch by only looking at
18301830
strongly connected components with that edge removed.
18311831
4) This returns all equally good optimal tear sets. That
1832-
may not really be nessicary. For very large flowsheets
1832+
may not really be necessary. For very large flowsheets
18331833
There could be an extremely large number of optimal tear
18341834
edge sets.
18351835
"""

0 commit comments

Comments
 (0)