diff --git a/.github/workflows/test-providers.yml b/.github/workflows/test-providers.yml index de1ff12..25e0df1 100644 --- a/.github/workflows/test-providers.yml +++ b/.github/workflows/test-providers.yml @@ -10,7 +10,7 @@ on: jobs: LiveTests: - runs-on: macos-14 + runs-on: macos-latest name: Live tests steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/test-static.yml b/.github/workflows/test-static.yml index e6bbc2d..3ed2cea 100644 --- a/.github/workflows/test-static.yml +++ b/.github/workflows/test-static.yml @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch] jobs: FixturesTests: - runs-on: macos-14 + runs-on: macos-latest name: Fixtures tests steps: - uses: actions/checkout@v2