Skip to content

Commit 7d393ee

Browse files
authored
Merge pull request #350 from fusion-energy/fixing-ci-option2
pinned ubuntu version in ci
2 parents 6ca21d8 + 7ab4ff9 commit 7d393ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
test:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
matrix:
1717
python-version: ["3.12"]

.github/workflows/documentation_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
testing:
1919
name: Documentation
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-22.04
2121
steps:
2222
- name: checkout actions
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)