Skip to content

Commit

Permalink
fix OS version for CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
levalleux-ludo committed Dec 19, 2024
1 parent e209556 commit fe810a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
prejob:
name: Get Latest Tag
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
releaseTag: ${{ steps.tag.outputs.tag }}
releaseName: ${{ steps.name.outputs.name }}
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:

job-summary:
name: Create Job Summary
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ always() && contains(join(needs.*.result, ','), 'success') }}
needs:
[
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ on:
jobs:
build-test-deploy:
name: Build, Test and Deploy the Marketplace Interface
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
REACT_APP_BUYER_SELLER_AGREEMENT_TEMPLATE: "ipfs://QmaUobgQYrMnm2jZ3WowPtwRs4MpMR2TSinp3ChebjnZwe"
REACT_APP_RNFT_LICENSE_TEMPLATE: "ipfs://QmPbzbp7xcSKhQPjT5VacLRMVgM1U6DB4LiF2GVyHhvcA7"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
lint-pr:
name: Validate PR title
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v4
env:
Expand Down

0 comments on commit fe810a1

Please sign in to comment.