Skip to content

Commit

Permalink
ci(release-please): use macos runner, setup swift
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Sep 6, 2024
1 parent 1daf3d7 commit ae29497
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
tag_name: ${{ steps.release.outputs.tag_name }}

release:
runs-on: ubuntu-latest
runs-on: macos-latest
needs: release-please
if: ${{ needs.release-please.outputs.release_created || github.event.inputs.force_release }}
steps:
Expand All @@ -43,6 +43,10 @@ jobs:
node-version: "lts/*"
registry-url: "https://registry.npmjs.org"

- uses: swift-actions/setup-swift@v2
with:
swift-version: "5"

- name: Build
run: deno task build

Expand Down

0 comments on commit ae29497

Please sign in to comment.