Skip to content

Commit

Permalink
Update GitHub Action for Xcode 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitot committed Nov 3, 2024
1 parent 598afe9 commit 204a33b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# GitHub Actions runners: https://github.com/actions/runner-images

name: Build and test

on:
Expand All @@ -17,9 +19,9 @@ jobs:
- os: macos-14
xcode: Xcode 15
developer-dir: /Applications/Xcode_15.4.app/Contents/Developer
- os: macos-14
- os: macos-15
xcode: Xcode 16
developer-dir: /Applications/Xcode_16.app/Contents/Developer
developer-dir: /Applications/Xcode_16.1.app/Contents/Developer
name: Test with ${{ matrix.xcode }}
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 204a33b

Please sign in to comment.