Skip to content

Commit

Permalink
Use 15.4 for all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed Jul 6, 2024
1 parent 4460a15 commit d8c7391
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
env:
DEVELOPER_DIR: "/Applications/Xcode_15.3.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_15.4.app/Contents/Developer"
jobs:
DocC:
runs-on: macos-14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
SwiftLint:
strategy:
matrix:
xcode_version: ["15.3"]
xcode_version: ["15.4"]
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer"
runs-on: macos-14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

name: Upload Artifact Bundle to Release
env:
DEVELOPER_DIR: "/Applications/Xcode_15.3.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_15.4.app/Contents/Developer"
SCIPIO_DEVELOPMENT: 1

jobs:
Expand Down

0 comments on commit d8c7391

Please sign in to comment.