Skip to content

Commit

Permalink
Edit path CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
iletai committed Mar 29, 2024
1 parent 4e3c27c commit 22eb75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
swift-version: ${{ matrix.swift }}

- name: Build
id: build
run: swift build
deploytococoapods:
name: Deploy to CocoaPods
needs: build
# Reuseable run on os of build job
runs-on: ${{ needs.build.matrix.os }}
# Mac Lastest
runs-on: macos-14
steps:
# Call deploycocoadpod.yml
- name: Deploy CocoaPods
Expand Down

0 comments on commit 22eb75d

Please sign in to comment.