Skip to content

Commit

Permalink
Set to run on macos-13
Browse files Browse the repository at this point in the history
Select Xcode version 14.2
  • Loading branch information
levieggertcru committed May 16, 2023
1 parent 3ebb804 commit 6fabe84
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,18 @@ jobs:
build:
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60

steps:

- name: Checkout code
uses: actions/checkout@v3

- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2'

# Required for KotlinMultiplatform
- name: Setup Java
uses: actions/setup-java@v3
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/download_onesky_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ jobs:
build:
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60

steps:

- name: Checkout code
uses: actions/checkout@v3

- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.2'

- name: Bundle Install
run: bundle install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate_repair.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
cocoapods:
runs-on: macos-12
runs-on: macos-13
if: ${{ github.actor == 'renovate[bot]' }}
steps:
- name: Checkout code
Expand Down

0 comments on commit 6fabe84

Please sign in to comment.