Skip to content

Commit

Permalink
Changing what it runs-on and version of freebsd
Browse files Browse the repository at this point in the history
	modified:   freebsd_cmake.yml
  • Loading branch information
davea42 committed Jun 20, 2024
1 parent 4323041 commit 806d7b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/freebsd_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ permissions: read-all

jobs:
freebsd_cmake:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: FreeBSD-with-cmake
uses: cross-platform-actions/action@v0.20.0
uses: cross-platform-actions/action@v0.23.0
with:
operating_system: freebsd
sync_files: runner-to-vm
version: '14.1'
version: '14.0'
run: |
uname -a
freebsd-version
Expand Down

0 comments on commit 806d7b7

Please sign in to comment.