From ef2edebc33bff12629aca83b42195dcb64f02ff5 Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Wed, 7 Aug 2024 10:23:32 +0200 Subject: [PATCH] ci: use ubuntu-latest for vmactions --- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8389ad0..253a795 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,7 +7,7 @@ on: jobs: pr_run_dfly: - runs-on: macos-12 + runs-on: ubuntu-latest name: Pull requests DragonFly BSD steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a706e9a..f5acad7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: build_dfly: - runs-on: macos-12 + runs-on: ubuntu-latest name: Release build and tests on dfly steps: - uses: actions/checkout@v3