Skip to content

Commit

Permalink
ci: use ubuntu-latest for vmactions
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxillo committed Aug 7, 2024
1 parent a5b1b87 commit ef2edeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef2edeb

Please sign in to comment.