Skip to content

Commit

Permalink
Merge pull request #644 from FAIRplus/develop
Browse files Browse the repository at this point in the history
pinning ubuntu version in the github action as attempt to address bui…
  • Loading branch information
proccaserra authored Mar 7, 2025
2 parents d637c12 + d5e9cd0 commit e059f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-migrating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-and-deploy-to-other-repo:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout dev branch 🛎️
uses: actions/checkout@v4 # If you're using actions/checkout@v4 you must set persist-credentials to false in most cases for the deployment to work correctly.
Expand Down

0 comments on commit e059f08

Please sign in to comment.