Skip to content

Commit

Permalink
Merge pull request #136 from shimastripe/fix/stack
Browse files Browse the repository at this point in the history
Fix gha stacks
  • Loading branch information
shimastripe authored Nov 13, 2024
2 parents 4562eb4 + 5fda8e7 commit b2399d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ concurrency:
jobs:
analyze:
name: Analyze
runs-on: macos-14
runs-on: macos-15
env:
DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16.1.app/Contents/Developer"
timeout-minutes: 120
permissions:
security-events: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ concurrency:

jobs:
build:
runs-on: macos-14
runs-on: macos-15
env:
DEVELOPER_DIR: "/Applications/Xcode_16.0.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode_16.1.app/Contents/Developer"
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ $ open InAppPurchaseViewer.xcworkspace
### Development Environment

- macOS 15 Sequoia
- Xcode 16.0
- Swift 6.0
- Xcode 16.1
- Swift 6
- Sandbox enabled

0 comments on commit b2399d5

Please sign in to comment.