Skip to content

Commit

Permalink
GHA: Update macos image version from 10.15 to 11
Browse files Browse the repository at this point in the history
10.15 has been removed since Aug 2022.
  • Loading branch information
kanaka committed Jul 31, 2024
1 parent e9e9395 commit 779267d
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-11
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.get-matrix.outputs.matrix-macos) }}
Expand Down

0 comments on commit 779267d

Please sign in to comment.