Skip to content

Commit

Permalink
Update macOS version to 14 in GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kosratdev committed Apr 1, 2024
1 parent 0a1dee0 commit 3dfe6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy_to_cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@ jobs:
uses: ./.github/workflows/tests_workflow.yml

deploy:
runs-on: macOS-latest
runs-on: macOS-14
needs: unit_tests

steps:
- uses: szenius/[email protected]
with:
timezoneMacos: "Asia/Baghdad"
- uses: swift-actions/setup-swift@v2
with:
swift-version: "5.10"
- uses: actions/checkout@v4
- name: Install Cocoapods
run: gem install cocoapods
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
unit_tests:
runs-on: macOS-latest
runs-on: macOS-14
steps:
- uses: szenius/[email protected]
with:
Expand Down

0 comments on commit 3dfe6f5

Please sign in to comment.