Skip to content

Commit

Permalink
ci(ios): update workflow environment
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Dec 4, 2024
1 parent 2243a96 commit 272b877
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
- '**.md'
- 'LICENSE'
- '.eslint*'

pull_request:
paths-ignore:
- '**.md'
Expand Down Expand Up @@ -50,18 +51,18 @@ jobs:
strategy:
matrix:
versions:
- os-version: macos-12
ios-version: 15.x
xcode-version: 13.x

- os-version: macos-14
- os-version: macos-13
ios-version: 16.x
xcode-version: 14.x

- os-version: macos-14
ios-version: 17.x
xcode-version: 15.x

- os-version: macos-15
ios-version: 18.x
xcode-version: 16.x

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
7 changes: 7 additions & 0 deletions conf/pr/local/ios-18.x.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"platform": "ios@latest",
"action": "run",
"cleanUpAfterRun": true,
"target": "iPhone-16, 18.\\d$",
"verbose": true
}

0 comments on commit 272b877

Please sign in to comment.