Skip to content

Commit

Permalink
Run all jobs on ubuntu 22.04 and no need for release build before pub…
Browse files Browse the repository at this point in the history
…lish (#1179)
  • Loading branch information
vigoo authored Dec 13, 2024
1 parent e1ecc66 commit 8d3bee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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
1 change: 0 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ args = ["-v", "./target/golem-service.yaml", "./openapi/golem-service.yaml"]
[tasks.publish]
description = "Publishes packages to crates.io"
dependencies = [
"build-release",
"publish-golem-wasm-ast",
"publish-golem-wasm-rpc",
"publish-golem-wasm-rpc-stubgen",
Expand Down

0 comments on commit 8d3bee9

Please sign in to comment.