Skip to content

Commit

Permalink
Merge pull request #671 from mackerelio/fix-build
Browse files Browse the repository at this point in the history
Fix CI build
  • Loading branch information
ne-sachirou authored Jan 27, 2025
2 parents a62059b + 1651e3e commit b0d9b29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: mackerelio/workflows/.github/workflows/[email protected]
build:
needs: [lint, test]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
steps:
- run: |
Expand All @@ -43,7 +43,7 @@ jobs:
release:
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
build_images_and_push:
if: startsWith(github.ref, 'refs/tags/v')
needs: release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b0d9b29

Please sign in to comment.