Skip to content

Commit

Permalink
Explicitly set which ubuntu platform to run GitHub actions on.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Dec 3, 2024
1 parent 9df48f8 commit 2090842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-demand-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
setup:
if: github.repository == 'MusculoskeletalAtlasProject/mapclient'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
run-installer: ${{ steps.set-matrix.outputs.run-installer }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
needs: setup
name: PyPIPackage
if: needs.setup.outputs.package == 'true'
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout codebase
uses: actions/checkout@v4
Expand Down

0 comments on commit 2090842

Please sign in to comment.