Skip to content

Commit

Permalink
Fix FreeBSD build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
semigodking committed Oct 13, 2023
1 parent 840a24d commit 313dfe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/freebsd_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on: [push]

jobs:
build:
runs-on: macos-latest
runs-on: macos-12
name: A job to run test FreeBSD
# env:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build in FreeBSD
id: test
uses: vmactions/freebsd-vm@v0.0.9
uses: vmactions/freebsd-vm@v0.3.1
with:
# envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand Down

0 comments on commit 313dfe4

Please sign in to comment.