Skip to content

Commit

Permalink
Merge pull request dlang#8928 from ibuclaw/merge_stable
Browse files Browse the repository at this point in the history
merge stable
  • Loading branch information
ibuclaw authored Mar 2, 2024
2 parents e0c7aa4 + 9b79d11 commit e9c80e2
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 @@ -115,18 +115,18 @@ jobs:
- job_name: FreeBSD 13.2 x64
freebsd_version: '13.2'
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.22.0
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 e9c80e2

Please sign in to comment.