Skip to content

Commit

Permalink
Merge pull request #94 from zalando/fix-freebsd-build
Browse files Browse the repository at this point in the history
Fix FreeBSD build
  • Loading branch information
szuecs authored May 17, 2023
2 parents 0bcbb6d + 3762ded commit af1a5e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:
build-freebsd:
name: Build (FreeBSD)
runs-on: macOS-10.15
runs-on: macos-12

steps:
- uses: actions/checkout@v2
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v0.1.6
uses: vmactions/freebsd-vm@v0.3.0
with:
usesh: true
prepare: pkg install -y go gnome-keyring
Expand Down

0 comments on commit af1a5e3

Please # to comment.