Skip to content

Commit 2c8e0b8

Browse files
committed
Use the correct name
1 parent b87c08f commit 2c8e0b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ios.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
check-formatting:
1414
name: Check formatting
15-
runs-on: self-hosted
15+
runs-on: ios-test
1616
steps:
1717
- name: Install SwiftFormat
1818
run: |
@@ -30,7 +30,7 @@ jobs:
3030

3131
swiftlint:
3232
name: Run swiftlint
33-
runs-on: self-hosted
33+
runs-on: ios-test
3434
steps:
3535
- name: Checkout repository
3636
uses: actions/checkout@v3
@@ -44,7 +44,7 @@ jobs:
4444

4545
test:
4646
name: Unit tests
47-
runs-on: self-hosted
47+
runs-on: ios-test
4848
env:
4949
SOURCE_PACKAGES_PATH: .spm
5050
steps:

0 commit comments

Comments
 (0)