Skip to content

Commit

Permalink
Bump FreeBSD to 13.2
Browse files Browse the repository at this point in the history
The DMD nightly build for FreeBSD fails since two weeks, because the
old version is not available anymore. As a result the nightly builds
for other platforms are also not uploaded.

This increases the versions for FreeBSD the same as in
dlang/dmd#15979, but I have not tested it.
  • Loading branch information
tim-dlang authored and thewilsonator committed Jan 13, 2024
1 parent 27d7e42 commit 3383bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,12 @@ jobs:
#
- name: Run build_all.d for FreeBSD in a dedicated VM
if: matrix.target == 'freebsd'
uses: cross-platform-actions/action@v0.21.1
uses: cross-platform-actions/action@v0.22.0
with:
operating_system: freebsd
hypervisor: qemu
memory: 8G
version: '12.2'
version: '13.2'
shell: bash
run: |
set -eux
Expand Down

0 comments on commit 3383bb5

Please sign in to comment.