mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
CI: Switch service availability checks to macOS runners
Linux runners exhibit connectivity issues with some services that are not present with macOS runners. Switching to macOS thus reduces chances for false positives.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user