Skip to content

Commit

Permalink
chore(release): publish; try to fix freebsd build
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci committed Dec 10, 2024
1 parent dcb3b6b commit 05ce76d
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-14
runs-on: ubuntu-latest
if: "startsWith(github.event.head_commit.message, 'chore(release): publish')"
name: Build FreeBSD
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
RUSTUP_IO_THREADS: 1
with:
operating_system: freebsd
version: '13.2'
version: '14.2'
memory: 13G
cpu_count: 3
hypervisor: qemu
Expand Down

0 comments on commit 05ce76d

Please sign in to comment.