Skip to content

Commit

Permalink
ci(ios): update workflow environment (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Dec 4, 2024
1 parent 621fff0 commit a089b56
Showing 1 changed file with 6 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

0 comments on commit a089b56

Please sign in to comment.