Skip to content

Commit

Permalink
Don't run on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernson committed May 10, 2024
1 parent 5fe1859 commit 067399a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
build:
name: Run tests and deploy to TestFlight
runs-on: [self-hosted, macOS]
runs-on: [macOS]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
build:
name: Run tests
runs-on: [self-hosted, macOS]
runs-on: [macOS]

steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion TemplateApp/AllTests.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
}
},
{
"enabled" : false,
"target" : {
"containerPath" : "container:TemplateApp.xcodeproj",
"identifier" : "D5284F452B57C6B700BB32E7",
Expand Down

0 comments on commit 067399a

Please sign in to comment.