Skip to content

Commit

Permalink
BSD Workflows: they need to run on ubuntu now
Browse files Browse the repository at this point in the history
as opposed to macos-12 previously in v0
  • Loading branch information
Mister-X- committed Dec 13, 2023
1 parent e012efd commit d47ed71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dragonflybsd.yml
Expand Up @@ -113,7 +113,7 @@ env:

jobs:
dragonflybsd:
runs-on: macos-12
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Expand Up @@ -113,7 +113,7 @@ env:

jobs:
freebsd:
runs-on: macos-12
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netbsd.yml
Expand Up @@ -112,7 +112,7 @@ env:

jobs:
netbsd:
runs-on: macos-12
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yml
Expand Up @@ -113,7 +113,7 @@ env:

jobs:
openbsd:
runs-on: macos-12
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand Down

0 comments on commit d47ed71

Please sign in to comment.