Skip to content

Commit

Permalink
fix(ci): workaround: fix test on player as test on mac 14 arm64 keeps…
Browse files Browse the repository at this point in the history
… failing
  • Loading branch information
ThibaultBee committed Jul 26, 2024
1 parent dabc987 commit 9ba560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
test:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Set API key
Expand Down

0 comments on commit 9ba560f

Please sign in to comment.