Skip to content

Commit

Permalink
Update github action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vani2 committed Nov 28, 2023
1 parent 63c3e2a commit e596d49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:
jobs:
test:
name: Run tests
runs-on: macos-12
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Change Xcode
run: sudo xcode-select -s /Applications/Xcode_13.4.1.app
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
- name: Build and test
run: swift test --enable-code-coverage --disable-automatic-resolution
run: swift test --enable-code-coverage --disable-automatic-resolution
4 changes: 2 additions & 2 deletions Apexy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "13.0"
s.tvos.deployment_target = "13.0"
s.osx.deployment_target = "10.13"
s.watchos.deployment_target = "4.0"
s.osx.deployment_target = "10.15"
s.watchos.deployment_target = "6.0"

s.swift_version = "5.3"

Expand Down

0 comments on commit e596d49

Please sign in to comment.