Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: write # to fetch code (actions/checkout) + deploy docs to GitHub Pages (gh-pages branch)
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detect_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
html-check:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/script_module_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions: read-all
jobs:

flake8-lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: Lint
steps:
- name: Check out source repository
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
- name: Test with pytest
run: |
cd scripts/available_software
./test.sh
./test.sh
4 changes: 2 additions & 2 deletions mkdocs/docs/HPC/easybuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ EasyBuild provides a large collection of readily available software
versions, combined with a particular toolchain version. Use the
`--search` (or `-S`) functionality to see which different 'easyconfigs'
(build recipes, see
<http://easybuild.readthedocs.org/en/latest/Concepts_and_Terminology.html#easyconfig-files>) are available:
<https://docs.easybuild.io/terminology/#easyconfig_files>) are available:

```
$ eb -S example-1.2
Expand Down Expand Up @@ -137,7 +137,7 @@ eb example-1.2.5-intel-{{ current_year}}a.eb --robot --try-toolchain=intel,{{ cu

To install other, not yet supported, software, you will need to provide
the required easyconfig files yourself. See
<https://easybuild.readthedocs.org/en/latest/Writing_easyconfig_files.html>
<https://docs.easybuild.io/writing-easyconfig-files/>.
for more information.

## Using the installed modules
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/HPC/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ problem, please contact {{ hpcinfo }} and include the following information:

{% if OS == windows %}
Please create a log file of your SSH session by following the steps in
[this article](https://my.kualo.com/knowledgebase/?kbcat=0&article=888)
[this article](https://stackoverflow.com/a/21232019/1467322)
and include it in the email.

### Change PuTTY private key for a saved configuration
Expand Down