Skip to content

Commit

Permalink
build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Sep 12, 2023
1 parent 67d089f commit 61362aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:
jobs:
cocoapods:
name: CocoaPods
runs-on: macOS-latest
runs-on: macos-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand All @@ -16,7 +16,7 @@ jobs:
run: pod lib lint
spm:
name: Swift Package Manager
runs-on: macOS-latest
runs-on: macos-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 61362aa

Please sign in to comment.