Skip to content

Commit

Permalink
Switch to GitHub hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernson committed May 13, 2024
1 parent 3d86317 commit b47981b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: [macOS]
runs-on: [macos-latest]

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: [macOS]
runs-on: [macos-latest]

steps:
- name: Checkout
Expand Down

0 comments on commit b47981b

Please sign in to comment.