Skip to content

Commit

Permalink
Update CI to Xcode 15.4 and Xcode 16.1 beta (#2628)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgiepoo committed Sep 15, 2024
1 parent 661540d commit 8f88422
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
build:
strategy:
matrix:
xcode: ['xcode14.3.1', 'xcode15.2']
xcode: ['xcode16.1_beta', 'xcode15.4']
include:
- xcode: 'xcode15.2'
xcode-path: '/Applications/Xcode_15.2.app/Contents/Developer'
- xcode: 'xcode15.4'
xcode-path: '/Applications/Xcode_15.4.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'
macos: 'macos-14'
- xcode: 'xcode16.1_beta'
xcode-path: '/Applications/Xcode_16.1_beta.app'
upload-dist: false
run-analyzer: false
macos: 'macos-13'
macos: 'macos-14'

name: Build and Test Sparkle
runs-on: ${{ matrix.macos }}
Expand Down
4 changes: 2 additions & 2 deletions .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_15.2.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_15.4.app/Contents/Developer"

on:
workflow_dispatch:
Expand All @@ -29,7 +29,7 @@ concurrency:
jobs:
release:
name: "Publish binaries for release"
runs-on: macos-13
runs-on: macos-14

steps:
- name: "Checkout sources"
Expand Down

0 comments on commit 8f88422

Please sign in to comment.