Skip to content

Commit

Permalink
Fix GitHub workflow runner
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-albers committed Jan 3, 2024
1 parent 263f976 commit 5b3a6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
LiveTests:
runs-on: macos-14
runs-on: macos-latest
name: Live tests
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b3a6c3

Please sign in to comment.