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