Skip to content

Commit

Permalink
chore(release): publish and fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci committed Dec 10, 2024
1 parent e3d2ed1 commit 15ecdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
build-freebsd:
runs-on: macos-12
runs-on: macos-14
if: "startsWith(github.event.head_commit.message, 'chore(release): publish')"
name: Build FreeBSD
steps:
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
run: yarn install --immutable --mode=skip-build

- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down

0 comments on commit 15ecdab

Please sign in to comment.