Skip to content

Commit

Permalink
update ci workflows to use latest macos runners and xcode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol committed Nov 26, 2024
1 parent 5e4a6c2 commit 604101b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@ on:
branches:
- main

env:
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer

jobs:
test-ios:
runs-on: macos-13
runs-on: macos-15

steps:
- uses: actions/checkout@v3

- name: Build and test
run: xcodebuild test -scheme OllamaKit -destination 'platform=iOS Simulator,name=iPhone 14 Pro'
run: xcodebuild test -scheme OllamaKit -destination 'platform=iOS Simulator,name=iPhone 16 Pro'

test-macos:
runs-on: macos-13
runs-on: macos-15

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ concurrency:
group: "pages"
cancel-in-progress: false

env:
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer

jobs:
deploy:
runs-on: macos-13
runs-on: macos-15

environment:
name: github-pages
Expand Down

0 comments on commit 604101b

Please sign in to comment.