Skip to content

Commit

Permalink
.github: Fix FreeBSD workflow
Browse files Browse the repository at this point in the history
The docs https://github.com/marketplace/actions/freebsd-vm
say that `runs-on:` must be `macos-10.15`.
  • Loading branch information
jsarenik committed Dec 3, 2021
1 parent bc39e1b commit 2c86386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
testfreebsd:
runs-on: macos-latest
runs-on: macos-10.15
name: Build and test on FreeBSD
env:
DEVELOPER: 1
Expand Down

0 comments on commit 2c86386

Please sign in to comment.