Skip to content

Commit

Permalink
fix: Switch back to latest build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Dec 1, 2024
1 parent a2232d4 commit 59a239b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
### Static executable and test codes
Build-Executable-Linux:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server."
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
### Non-static executable
Build-Executable-Linux-Non-Static:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server."
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
### Executable instrumented
Build-Executables-Instrumented-Linux:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server."
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
### Executable MPI
Build-Executables-MPI-Linux:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server."
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
### Executable debugging
Build-Executables-Debugging-Linux:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server."
Expand All @@ -238,7 +238,7 @@ jobs:
### Library
Build-Library-Linux:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server."
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
### Documentation
Build-Documentation-Linux:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server."
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
### Tools
Build-Tools:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
needs: Build-Executable-Linux
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down Expand Up @@ -1311,7 +1311,7 @@ jobs:
## Python Interface
Python-Interface:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
needs: Build-Library-Linux
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/prChecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Validate Perl scripts
Validate-Perl-Scripts:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
steps:
- uses: actions/checkout@v4
- name: Check out repository analysis-perl
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
# Validate Perl modules
Validate-Perl-Modules:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
steps:
- uses: actions/checkout@v4
- name: "Set environmental variables"
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
# Fortran static analysis
Fortran-Static-Analysis:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
steps:
- uses: actions/checkout@v4
- name: "Set environmental variables"
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
# Embedded XML and LaTeX checks
Embedded-XML-LaTeX:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
# Spell check LaTeX files
Spell-Check-LaTeX:
runs-on: ubuntu-latest
container: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
container: ghcr.io/galacticusorg/buildenv:latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
Profile-Model:
runs-on: ubuntu-latest
container:
image: ghcr.io/galacticusorg/buildenv:feathdf1.14.5
image: ghcr.io/galacticusorg/buildenv:latest
options: --privileged
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testCode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
Test-Code:
runs-on: ${{ inputs.runner }}
container:
image: ${{ startsWith( format('{0}',inputs.runner), 'ubuntu') && 'ghcr.io/galacticusorg/buildenv:feathdf1.14.5' || '' }}
image: ${{ startsWith( format('{0}',inputs.runner), 'ubuntu') && 'ghcr.io/galacticusorg/buildenv:latest' || '' }}
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testModel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
Test-Model:
runs-on: ${{ inputs.runner }}
container:
image: ${{ startsWith( format('{0}',inputs.runner), 'ubuntu') && 'ghcr.io/galacticusorg/buildenv:feathdf1.14.5' || '' }}
image: ${{ startsWith( format('{0}',inputs.runner), 'ubuntu') && 'ghcr.io/galacticusorg/buildenv:latest' || '' }}
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server."
Expand Down

0 comments on commit 59a239b

Please sign in to comment.