Skip to content

Commit

Permalink
CI: Switch service availability checks to macOS runners
Browse files Browse the repository at this point in the history
Linux runners exhibit connectivity issues with some services that are
not present with macOS runners. Switching to macOS thus reduces chances
for false positives.
  • Loading branch information
PatTheMav authored and derrod committed Jul 20, 2023
1 parent cb8b5ba commit 890a7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
services-validation:
name: Check Services Configuration Files 🕵️
if: github.repository_owner == 'obsproject' && inputs.job == 'services'
runs-on: ubuntu-22.04
runs-on: macos-13
permissions:
checks: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
services-availability:
name: Check Service Availability 🛜
if: github.repository_owner == 'obsproject'
runs-on: ubuntu-22.04
runs-on: macos-13
permissions:
checks: write
steps:
Expand Down

0 comments on commit 890a7fd

Please sign in to comment.