Skip to content

Commit

Permalink
dd version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Dec 9, 2023
1 parent 3cb814f commit 0b12126
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/upstream-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inputs:
double_down_version:
description: Version of Double Down
required: false
default: develop
default: 1.1.0

runs:
using: "composite"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
5.3.0,
]
double_down_version : [
develop,
1.1.0,
]
geant4_version : [
10.7.4,
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
5.3.0,
]
double_down_version : [
develop,
1.1.0,
]
geant4_version : [
10.7.4,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_upstream_test_double_down.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test against Double Down on PR merge
name: Test against newer Double Down on PR merge

on:
# allows us to run workflows manually
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_upstream_test_moab.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test against MOAB master on PR merge
name: Test against newer MOAB on PR merge

on:
# allows us to run workflows manually
Expand Down
4 changes: 2 additions & 2 deletions CI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# Global ARGS set before the first build stage are accessable by all build stages
ARG UBUNTU_VERSION=22.04
ARG HDF5_VERSION=1.10.4
ARG EMBREE_VERSION='v3.6.1'
ARG EMBREE_VERSION='v4.0.1'
ARG Geant4_VERSION=11.1.2
ARG MOAB_VERSION=5.3.0
ARG DOUBLE_DOWN_VERSION='develop'
ARG DOUBLE_DOWN_VERSION=1.1.0
ARG CI_JOBS=4

ARG build_dir=/root/build_dir
Expand Down

0 comments on commit 0b12126

Please sign in to comment.