Skip to content

Commit

Permalink
[CI] Github Actions の macOS と Xcode のバージョンを上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Feb 19, 2024
1 parent b4066f1 commit 43cd4e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
env:
XCODE: /Applications/Xcode_14.3.1.app
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos16.4
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 43cd4e4

Please sign in to comment.