Skip to content

Commit

Permalink
Merge pull request #1898 from mavlink/ci-macos-12
Browse files Browse the repository at this point in the history
Fix ci workers to macos-12
  • Loading branch information
JonasVautherin authored Sep 16, 2022
2 parents 926b067 + 4c86b24 commit 013c4ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ jobs:

macOS:
name: ${{ matrix.name }}
runs-on: macos-latest
runs-on: macos-12
strategy:
matrix:
include:
Expand Down Expand Up @@ -513,7 +513,7 @@ jobs:

iOS:
name: ${{ matrix.name }}
runs-on: macos-latest
runs-on: macos-12
strategy:
matrix:
include:
Expand Down Expand Up @@ -555,7 +555,7 @@ jobs:
iOS-XCFramework:
name: iOS XCFramework
needs: [macOS, iOS]
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 013c4ed

Please sign in to comment.