Skip to content

Commit

Permalink
replace test runner from deprecated version
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Dec 5, 2024
1 parent 2945bca commit 15dc2ee
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,24 @@ jobs:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

test:
runs-on: macos-12
runs-on: macos-14

strategy:
fail-fast: false
matrix:
platform:
- platform=iOS Simulator,name=iPhone 15 Pro Max
- platform=iOS Simulator,name=iPhone 15 Pro
- platform=iOS Simulator,name=iPhone 15
- platform=iOS Simulator,name=iPhone 15 Plus
- platform=iOS Simulator,name=iPhone 14 Pro Max
- platform=iOS Simulator,name=iPhone 14 Pro
- platform=iOS Simulator,name=iPhone 14
- platform=iOS Simulator,name=iPhone 14 Plus
- platform=iOS Simulator,name=iPhone 12 Pro Max
- platform=iOS Simulator,name=iPhone 12 Pro
- platform=iOS Simulator,name=iPhone 12
- platform=iOS Simulator,name=iPhone 12 mini
- platform=iOS Simulator,name=iPhone 8 Plus
- platform=iOS Simulator,name=iPhone 8
- platform=iOS Simulator,name=iPhone SE (2nd generation)
- platform=iOS Simulator,name=iPhone SE (3rd generation)
- platform=tvOS Simulator,name=Apple TV
- platform=tvOS Simulator,name=Apple TV 4K (3rd generation)
- platform=watchOS Simulator,name=Apple Watch Series 8 (45mm)
- platform=watchOS Simulator,name=Apple Watch Series 9 (45mm)

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 15dc2ee

Please sign in to comment.