Skip to content

Commit

Permalink
Merge pull request #91074 from AThousandShips/macos_version
Browse files Browse the repository at this point in the history
[CI] [macOS] Fix CI with new GitHub runners
  • Loading branch information
akien-mga authored Apr 23, 2024
2 parents a754bbc + 836845f commit c7f56d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
build-macos:
runs-on: "macos-latest"
runs-on: "macos-12"
name: ${{ matrix.name }}
strategy:
fail-fast: false
Expand Down

0 comments on commit c7f56d3

Please sign in to comment.