mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
main.yml: Bump FreeBSD bootstrap to 13.2
This commit is contained in:
parent
af05f41df4
commit
21a3756713
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -166,8 +166,8 @@ jobs:
|
||||||
- job_name: FreeBSD 13.2 x64, DMD (latest)
|
- job_name: FreeBSD 13.2 x64, DMD (latest)
|
||||||
freebsd_version: '13.2'
|
freebsd_version: '13.2'
|
||||||
host_dmd: dmd
|
host_dmd: dmd
|
||||||
- job_name: FreeBSD 12.4 x64, DMD (bootstrap)
|
- job_name: FreeBSD 13.2 x64, DMD (bootstrap)
|
||||||
freebsd_version: '12.4'
|
freebsd_version: '13.2'
|
||||||
host_dmd: dmd-2.095.0
|
host_dmd: dmd-2.095.0
|
||||||
name: ${{ matrix.job_name }}
|
name: ${{ matrix.job_name }}
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
@ -177,7 +177,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 50
|
fetch-depth: 50
|
||||||
- name: Run in VM
|
- name: Run in VM
|
||||||
uses: cross-platform-actions/action@v0.21.1
|
uses: cross-platform-actions/action@v0.22.0
|
||||||
with:
|
with:
|
||||||
operating_system: freebsd
|
operating_system: freebsd
|
||||||
hypervisor: qemu
|
hypervisor: qemu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue