Skip to content

Commit

Permalink
Update CI runners to use Xcode 15.1 (#2484)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgiepoo authored Dec 28, 2023
1 parent 615043d commit 9e9830e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
build:
strategy:
matrix:
xcode: ['xcode14.3.1', 'xcode15']
xcode: ['xcode14.3.1', 'xcode15.1']
include:
- xcode: 'xcode15'
xcode-path: '/Applications/Xcode_15.0.app/Contents/Developer'
upload-dist: false
- xcode: 'xcode15.1'
xcode-path: '/Applications/Xcode_15.1.app/Contents/Developer'
upload-dist: true
run-analyzer: true
macos: 'macos-13'
- xcode: 'xcode14.3.1'
xcode-path: '/Applications/Xcode_14.3.1.app/Contents/Developer'
upload-dist: true
upload-dist: false
run-analyzer: false
macos: 'macos-13'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Create Draft Release"

env:
BUILDDIR: "build"
DEVELOPER_DIR: "/Applications/Xcode_14.3.1.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_15.1.app/Contents/Developer"

on:
workflow_dispatch:
Expand Down

0 comments on commit 9e9830e

Please sign in to comment.