Skip to content

Commit

Permalink
gha: Update cross-platform-actions to v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Feb 19, 2024
1 parent 5ed3dc9 commit 4f647e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,18 @@ jobs:
- job_name: FreeBSD 12.4 x64
freebsd_version: '12.4'
name: ${{ matrix.job_name }}
runs-on: macos-latest
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 50
- name: Run in VM
uses: cross-platform-actions/action@v0.21.1
uses: cross-platform-actions/action@v0.23.0
with:
operating_system: freebsd
hypervisor: qemu
memory: 8G
memory: 12G
sync_files: runner-to-vm
version: ${{ matrix.freebsd_version }}
shell: bash
Expand Down

0 comments on commit 4f647e7

Please sign in to comment.