Skip to content

Commit

Permalink
Upgrade to macos 15 and xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
levieggertcru committed Oct 4, 2024
1 parent fd655c6 commit b387ec5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

lint_ios_podspec:
name: Lint iOS Podspec
runs-on: macos-14
runs-on: macos-15
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
steps:
- name: Checkout code
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
push_podspec:
name: Push Podspec
runs-on: macos-14
runs-on: macos-15
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
needs: [ check_version, tag_version ]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-podspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
lint_ios_podspec:
name: Lint iOS Podspec
runs-on: macos-14
runs-on: macos-15
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ concurrency:
jobs:
run_tests_and_code_coverage:
name: Run Tests and Code Coverage
runs-on: macos-14
runs-on: macos-15
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.4.0'
xcode-version: '16.0.0'
- name: Run Tests
run: xcodebuild test -scheme SocialAuthentication -sdk iphonesimulator17.5 -destination "OS=17.5,name=iPhone 15"
run: xcodebuild test -scheme MPDXiOSLib -sdk iphonesimulator18.0 -destination "OS=18.0,name=iPhone 16"
- name: Upload Xcode Code Coverage Report to CodeCov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit b387ec5

Please sign in to comment.