Skip to content

Commit

Permalink
Run FreeBSD workflow on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
djc authored and Ralith committed Nov 14, 2023
1 parent 6cad76a commit 9bb40be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# see https://github.com/actions/runner/issues/385
# use https://github.com/vmactions/freebsd-vm for now
name: test on freebsd
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test on freebsd
Expand Down

0 comments on commit 9bb40be

Please sign in to comment.