Skip to content

Commit

Permalink
Use latest FreeBSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
semigodking committed Nov 9, 2023
1 parent 285e77f commit f5b1b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: ubuntu-22.04
name: A job to run test FreeBSD
# env:
steps:
- uses: actions/checkout@v2
- name: Build in FreeBSD
id: test
uses: vmactions/freebsd-vm@v0.0.9
uses: vmactions/freebsd-vm@v1
with:
# envs: 'MYTOKEN MYTOKEN2'
usesh: true
Expand Down

0 comments on commit f5b1b82

Please sign in to comment.