Skip to content

Commit e39d711

Browse files
committed
2022.4 instead of 2022.6
1 parent b0453eb commit e39d711

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/unix_linux.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
strategy:
3434
matrix:
35-
cubit: [2021.4, 2021.5, 2021.11, 2022.6]
35+
cubit: [2021.4, 2021.5, 2021.11, 2022.4]
3636
os: [ubuntu]
3737
os_version: [20.04, 22.04]
3838
include:
@@ -48,7 +48,7 @@ jobs:
4848
os_version: '10.10' # using a 'string' here as the 0 gets rounded away otherwise
4949
cubit: 2021.11
5050

51-
51+
5252
name: 'Cubit ${{ matrix.cubit }} Build for ${{ matrix.os }} ${{ matrix.os_version }} of Svalinn Plugin'
5353

5454
container:
@@ -89,9 +89,9 @@ jobs:
8989
BASE=Coreform-Cubit-2021.11%2B21637_35609873
9090
CUBIT_BASE_NAME=Coreform-Cubit-2021.11
9191
HDF5_PATH=/usr/local/HDF_Group/HDF5/1.12.0
92-
elif [ "${{ matrix.cubit }}" == "2022.6" ]; then
93-
BASE=Coreform-Cubit-2022.6%2B28861_ea342e28
94-
CUBIT_BASE_NAME=Coreform-Cubit-2022.6
92+
elif [ "${{ matrix.cubit }}" == "2022.4" ]; then
93+
BASE=Coreform-Cubit-2022.4%2B26186_e1209cf7
94+
CUBIT_BASE_NAME=Coreform-Cubit-2022.4
9595
HDF5_PATH=/usr/local/HDF_Group/HDF5/1.12.0
9696
fi
9797
@@ -120,12 +120,12 @@ jobs:
120120
121121
echo "" >> ${HOME}/.bash_profile
122122
echo "source $GITHUB_WORKSPACE/scripts/unix_share_build.sh" >> $HOME/.bash_profile
123-
123+
124124
- name: Initial setup
125125
shell: bash -l {0}
126126
run: |
127127
${system}_install_prerequisites
128-
128+
129129
- name: Downloading packages
130130
shell: bash -l {0}
131131
run: |
@@ -160,7 +160,7 @@ jobs:
160160
- name: Build plugin
161161
shell: bash -l {0}
162162
run: |
163-
build_plugin
163+
build_plugin
164164
165165
- name: Prepare package
166166
shell: bash -l {0}
@@ -173,8 +173,8 @@ jobs:
173173
with:
174174
name: svalinn-plugin_${{ matrix.os }}-${{ matrix.os_version }}_cubit_${{ matrix.cubit }}.tgz
175175
path: ${{ github.workspace }}/release/svalinn-plugin_${{ matrix.os }}-${{ matrix.os_version }}_cubit_${{ matrix.cubit }}.tgz
176-
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
177-
176+
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
177+
178178
- if: github.event_name == 'release'
179179
name: Upload binaries into the release
180180
uses: svenstaro/upload-release-action@v2

.github/workflows/unix_mac.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: macos-11
3535
strategy:
3636
matrix:
37-
cubit: [17.1.0, 2021.4, 2021.5, 2021.11, 2022.6]
37+
cubit: [17.1.0, 2021.4, 2021.5, 2021.11, 2022.4]
3838

3939
name: 'Cubit ${{ matrix.cubit }} Build for MacOS of Svalinn Plugin'
4040

@@ -63,9 +63,9 @@ jobs:
6363
BASE=Coreform-Cubit-2021.11%2B21637_35609873
6464
CUBIT_BASE_NAME=Coreform-Cubit-2021.11
6565
HDF5_PATH=/usr/local/HDF_Group/HDF5/1.12.0
66-
elif [ "${{ matrix.cubit }}" == "2022.6" ]; then
67-
BASE=Coreform-Cubit-2022.6%2B28861_ea342e28
68-
CUBIT_BASE_NAME=Coreform-Cubit-2022.6
66+
elif [ "${{ matrix.cubit }}" == "2022.4" ]; then
67+
BASE=Coreform-Cubit-2022.4%2B26186_e1209cf7
68+
CUBIT_BASE_NAME=Coreform-Cubit-2022.4
6969
HDF5_PATH=/usr/local/HDF_Group/HDF5/1.12.0
7070
fi
7171
@@ -92,12 +92,12 @@ jobs:
9292
9393
echo "" >> ${HOME}/.bash_profile
9494
echo "source $GITHUB_WORKSPACE/scripts/unix_share_build.sh" >> $HOME/.bash_profile
95-
95+
9696
- name: Initial setup
9797
shell: bash -l {0}
9898
run: |
9999
${system}_install_prerequisites
100-
100+
101101
- name: Downloading packages
102102
shell: bash -l {0}
103103
run: |
@@ -132,7 +132,7 @@ jobs:
132132
- name: Build plugin
133133
shell: bash -l {0}
134134
run: |
135-
build_plugin
135+
build_plugin
136136
137137
- name: Prepare package
138138
shell: bash -l {0}
@@ -145,8 +145,8 @@ jobs:
145145
with:
146146
name: svalinn-plugin_${{env.OS}}_cubit_${{ matrix.cubit }}.tgz
147147
path: ${{ github.workspace }}/release/svalinn-plugin_${{env.OS}}_cubit_${{ matrix.cubit }}.tgz
148-
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
149-
148+
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
149+
150150
- if: github.event_name == 'release'
151151
name: Upload binaries into the release
152152
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)