We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a21850 commit e93a7afCopy full SHA for e93a7af
2 files changed
.github/workflows/FMITest.yml
@@ -13,12 +13,12 @@ jobs:
13
matrix:
14
python-version: ['3.12']
15
os: ['ubuntu-latest', 'windows-latest']
16
- omc-version: ['nightly']
+ omc-version: ['stable', 'nightly']
17
18
steps:
19
- uses: actions/checkout@v5
20
- name: "Set up OpenModelica Compiler"
21
- uses: OpenModelica/setup-openmodelica@v1.0
+ uses: OpenModelica/setup-openmodelica@v1.0.2
22
with:
23
version: ${{ matrix.omc-version }}
24
packages: |
.github/workflows/Test.yml
@@ -39,7 +39,7 @@ jobs:
39
run: 'pre-commit run --all-files'
40
41
42
43
44
45
0 commit comments