Skip to content

Commit

Permalink
Update macos CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
xRuiAlves committed May 20, 2024
1 parent abdafbf commit e31da96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
strategy:
matrix:
include:
- os: "macos-10.15"
- os: "macos-latest"
xcode: "11.7.0"
sdk: "13.7"
device: "iPhone 11"
- os: "macos-10.15"
- os: "macos-latest"
xcode: "12.4"
sdk: "14.4"
device: "iPhone 11 Pro Max"
Expand All @@ -42,7 +42,7 @@ jobs:
build-example-applications:
name: "Build example applications"
needs: test
runs-on: "macos-10.15"
runs-on: "macos-latest"
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
Expand All @@ -62,7 +62,7 @@ jobs:
run-oclint:
name: "OClint"
needs: test
runs-on: "macos-10.15"
runs-on: "macos-latest"
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit e31da96

Please sign in to comment.