Skip to content

Commit

Permalink
Update Antares Simulator to 9.1.0 (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 authored Jun 19, 2024
1 parent 204383c commit 096f7ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_oracle8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
antares-deps-version: ${{needs.versions.outputs.antares-deps-version}}
antares-version: ${{needs.versions.outputs.antares-version}}
os: Oracle8
os-full-name: OracleServer-8.9
os-full-name: OracleServer-8.10

- name: Compile TBB
uses: ./.github/workflows/compile-tbb
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- name: .tar.gz creation
run: |
cd _build
export FILE_NAME="antaresXpansion-${{needs.versions.outputs.antares-xpansion-version}}-OracleServer-8.9"
export FILE_NAME="antaresXpansion-${{needs.versions.outputs.antares-xpansion-version}}-OracleServer-8.10"
cpack -G TGZ -D CPACK_PACKAGE_FILE_NAME=$FILE_NAME
echo "TGZ_NAME=$FILE_NAME.tar.gz" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions antares-version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"antares_version": "8.8.3",
"antares_version_executable": "8.8",
"antares_version": "9.1.0",
"antares_version_executable": "9.1",
"antares_xpansion_version": "1.3.0-rc5",
"antares_deps_version": "2.0.7",
"minizip_ng_version": "3.0.6"
Expand Down

0 comments on commit 096f7ca

Please sign in to comment.