Skip to content

Commit

Permalink
GHA: Update macos image version from 10.15 to 12
Browse files Browse the repository at this point in the history
10.15 has been removed since Aug 2022 and 11 has also been removed.
  • Loading branch information
kanaka committed Jul 31, 2024
1 parent e9e9395 commit 383b0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
macos:
needs: get-matrix
if: ${{ needs.get-matrix.outputs.do-macos == 'true' }}
runs-on: macos-10.15
runs-on: macos-12
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.get-matrix.outputs.matrix-macos) }}
Expand Down

0 comments on commit 383b0d3

Please sign in to comment.