Skip to content

Commit 4e40766

Browse files
authored
Merge pull request #3470 from JanVogelsang/CI-Ubuntu-2204
Changed version of isort CI OS image from Ubuntu 20.04 to Ubuntu 22.04
2 parents 5fd75c0 + fa6ee09 commit 4e40766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nestbuildmatrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ jobs:
358358
pylint --jobs=$(nproc) pynest/ testsuite/pytests/*.py testsuite/regressiontests/*.py
359359
360360
isort:
361-
runs-on: "ubuntu-20.04"
361+
runs-on: "ubuntu-22.04"
362362
steps:
363363
- name: "Checkout repository content"
364364
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

doc/htmldoc/developer_space/workflows/nest_with_ides.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Visual Studio Code
114114
------------------
115115

116116
The following section will guide you through setting up Visual Studio Code (VS Code) for editing, building,
117-
running, and debugging NEST. Tested with Ubuntu 20.04. Steps for macOS should be equivalent, but with ````
117+
running, and debugging NEST. Tested with Ubuntu 22.04. Steps for macOS should be equivalent, but with ````
118118
instead of ``ctrl`` in keyboard shortcuts.
119119

120120
Requirements and limitations

0 commit comments

Comments
 (0)