Skip to content

Commit

Permalink
Merge branch 'release/2.0.2'
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	package.json
  • Loading branch information
sinoru committed May 28, 2022
2 parents 5b827dd + cf33905 commit 8c0fa23
Show file tree
Hide file tree
Showing 12 changed files with 8,427 additions and 8,302 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,24 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [macos-latest]
xcode-version: ["10.0", "10.3", "11.0", "11.5", "12.0.1", "12.4"]
operating-system: ["macos-11", "macos-12"]
xcode-version: ["13.1", "13.2.1", "13.4"]
include:
- operating-system: "macos-10.15"
xcode-version: "11.0"
- operating-system: "macos-10.15"
xcode-version: "11.5"
- operating-system: "macos-10.15"
xcode-version: "12.0.1"
- operating-system: "macos-10.15"
xcode-version: "12.4"
- operating-system: "macos-11"
xcode-version: "12.0.1"
exclude:
- operating-system: "macos-11"
xcode-version: "13.4"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ./
with:
xcode-version: ${{ matrix.xcode-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
units:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: '12'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
- uses: actions/checkout@master
- uses: sinoru/actions-setup-xcode@v2
with:
xcode-version: '11.2.1' # Exact version of a Xcode version to use
xcode-version: '13.4' # Exact version of a Xcode version to use
apple-id: 'bot@sinoru.io' # Apple ID to download from Apple Developer when Xcode not available in local
apple-id-password: ${{ secrets.APPLE_ID_PASSWORD }}
- run: fastlane scan
Expand Down
Loading

0 comments on commit 8c0fa23

Please sign in to comment.