Skip to content

Commit

Permalink
chore: Drop macos-12 build
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Dec 5, 2024
1 parent 724f869 commit 400591f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
fail-fast: false
matrix:
include:
- xcode-version: 16.1.0
ios-sim: 'platform=iOS Simulator,name=iPhone 15,OS=17.5'
os: macos-15
- xcode-version: 15.0.1
ios-sim: 'platform=iOS Simulator,name=iPhone 17,OS=17.0'
os: macos-13
- xcode-version: 14.3.1
ios-sim: 'platform=iOS Simulator,name=iPhone 16,OS=16.4'
os: macos-13
- xcode-version: 13.4.1
ios-sim: 'platform=iOS Simulator,name=iPhone 11,OS=15.5'
os: macos-12

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

0 comments on commit 400591f

Please sign in to comment.