Skip to content

Commit 1db0a92

Browse files
committed
test
1 parent dabc987 commit 1db0a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [push]
44

55
jobs:
66
test:
7-
runs-on: macos-latest
7+
runs-on: macos-13
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: Set API key
1111
run: |
1212
sed -i -e "s/INTEGRATION_TESTS_API_KEY/${INTEGRATION_TESTS_API_KEY}/" ./Tests/ApiVideoPlayerTests/Parameters.swift

0 commit comments

Comments
 (0)