Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ridvank committed Jul 19, 2023
1 parent 86d34d9 commit 981642e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_swift_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
jobs:
build:
name: Building the Swift Package
runs-on: macOS-11
runs-on: macOS-12
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
HOMEBREW_NO_AUTO_UPDATE: 1

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-xcframework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
release_xcframework:
name: Release XCFramework
if: ${{ (github.event.number > 0 && github.event.label.name == 'Release XCFramework') || github.event.number == 0 }}
runs-on: macos-11
runs-on: macos-12
env:
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
HOMEBREW_NO_AUTO_UPDATE: 1
xcframeworks_output_path: 'outputs/xcframeworks'

Expand Down

0 comments on commit 981642e

Please sign in to comment.