From a777f1fa5f122162fdbf2565cd34d57afd792f31 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Wed, 12 Feb 2025 10:12:41 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e81f18b..677c773 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -102,10 +102,10 @@ jobs: build_release_freebsd: name: Release build (FreeBSD x64, shared Qt 6) - runs-on: macos-13 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Build on FreeBSD inside macOS VM + - name: Build on FreeBSD inside Ubuntu VM id: test uses: cross-platform-actions/action@v0.27.0 with: