Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Try Macos 14 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 committed Oct 1, 2024
1 parent c3b7337 commit da534ff
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/workflows/.dir-locals.el

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/xcode-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
name: CutBox Build
runs-on: macos-12
runs-on: macos-14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
Expand Down
8 changes: 0 additions & 8 deletions Brewfile

This file was deleted.

2 changes: 1 addition & 1 deletion CutBox/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
abstract_target 'CutBoxAll' do
platform :osx, '12.0'
platform :osx, '14.0'

pod 'RxSwift'

Expand Down
12 changes: 10 additions & 2 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,16 @@ npm_check() {
}

if [ -x "$(which brew)" ]; then
message "Running brew bundle, npm install and pip install -r requirements.txt"
brew bundle
message "Running brew installs, npm install and pip install -r requirements.txt"

brew install coreutils
brew install node
brew install ripgrep
brew install cmark
brew install cocoapods
brew install carthage
brew install llvm

npm install
pip install -r requirements.txt
else
Expand Down

0 comments on commit da534ff

Please sign in to comment.