Skip to content

Commit

Permalink
ci: macOS/iOSのビルドをmacOS 14で行う
Browse files Browse the repository at this point in the history
Xcode15.4が使用されるようにするため

Signed-off-by: Zenichi Amano <[email protected]>
  • Loading branch information
crow-misia committed Aug 20, 2024
1 parent 6a3cee6 commit 23c6ffd
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 @@ -45,7 +45,7 @@ jobs:
name:
- macos-arm64
- macos-x64
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Build
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
compression-level: 0

build-ios:
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit 23c6ffd

Please sign in to comment.