Skip to content

Commit

Permalink
Merge branch 'main' into app-manifest-more-cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Dec 15, 2024
2 parents 9ed4db6 + 873db13 commit 89b0fe7
Show file tree
Hide file tree
Showing 148 changed files with 9,467 additions and 7,988 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
docker-targets-build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.event_name == 'push' && github.ref_type == 'tag'
strategy:
fail-fast: false
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
name: docker-targets-build-${{ env.PLATFORM_PAIR }}
path: target/${{ matrix.platform.target }}.tar
docker-publish:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [ docker-targets-build ]
if: github.event_name == 'push' && github.ref_type == 'tag'
steps:
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
include_passed: true

wasm-rpc-stub:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -492,7 +492,7 @@ jobs:
sharding-tests,
]
if: "startsWith(github.ref, 'refs/tags/v')"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -596,7 +596,7 @@ jobs:
publish-slack-notification:
if: ${{ always() && startsWith(github.ref, 'refs/tags/v') }}
needs: [ publish, docker-publish, publish_cli_binaries ]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Publish Slack Notification
uses: rtCamp/action-slack-notify@v2
Expand Down
Loading

0 comments on commit 89b0fe7

Please sign in to comment.