Skip to content

Commit

Permalink
Fix freebsd build (#7)
Browse files Browse the repository at this point in the history
* Update freebsd build runner to `macos-latest`

* Try a newer version of llvm
  • Loading branch information
zanieb committed May 18, 2023
1 parent c325f41 commit 951b639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
path: dist

build-freebsd:
runs-on: macos-10.15
runs-on: macos-latest
timeout-minutes: 30
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion ci/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|
rsync__exclude: [".git", ".vagrant.d"]

config.vm.provision "shell", inline: <<~SHELL
pkg install -y python devel/llvm90
pkg install -y python devel/llvm11
SHELL

config.vm.provider "virtualbox" do |v|
Expand Down

0 comments on commit 951b639

Please sign in to comment.