Skip to content

Commit 971af57

Browse files
authored
Merge pull request #132 from OpenSourceBrain/test_moose
Test on ubuntu-22.04
2 parents c8354d5 + 84c95ce commit 971af57

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
jobs:
1212
build:
1313

14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
fail-fast: false
1717
matrix:

.github/workflows/ci_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
python-version: ["3.9", "3.10", "3.11", "3.12"]
17-
runs-on: [ubuntu-latest, macos-latest]
17+
runs-on: [ubuntu-latest, macos-latest, ubuntu-24.04 ]
1818
exclude:
1919
- runs-on: macos-latest
2020
python-version: "3.9"

0 commit comments

Comments
 (0)