Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jul 26, 2024
1 parent dabc987 commit 283a693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on: [push]

jobs:
test:
runs-on: macos-latest
runs-on: macos14
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set API key
run: |
sed -i -e "s/INTEGRATION_TESTS_API_KEY/${INTEGRATION_TESTS_API_KEY}/" ./Tests/ApiVideoPlayerTests/Parameters.swift
Expand Down

0 comments on commit 283a693

Please sign in to comment.