Skip to content

Commit

Permalink
fix: update xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
k-matsuzawa committed Sep 4, 2023
1 parent ebd9660 commit f9abb5f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/create_release-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,17 +234,19 @@ jobs:
strategy:
fail-fast: false
matrix:
xcode: ['11.7', '12.5.1', '13.2.1', '13.4.1']
xcode: ['12.5.1', '13.2.1', '13.4.1', '14.2', '14.3.1']
shared: [on, off]
include:
- xcode: '11.7'
os: macos-11
- xcode: '12.5.1'
os: macos-11
- xcode: '13.2.1'
os: macos-11
- xcode: '13.4.1'
os: macos-12
- xcode: '14.2'
os: macos-12
- xcode: '14.3.1'
os: macos-13
- shared: on
suffix: ''
- shared: off
Expand Down

0 comments on commit f9abb5f

Please sign in to comment.