Skip to content

Commit

Permalink
Remove deprecated MacOS 10.15 from Github Actions
Browse files Browse the repository at this point in the history
Github has deprecated the runner image for MacOS 10.15. See
actions/runner-images#5583
  • Loading branch information
leonlynch committed Jul 23, 2023
1 parent e8ff810 commit 987d87b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/macos-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
fail-fast: false
matrix:
include:
- { name: "MacOS 10.15", os: macos-10.15, osx_arch: "x86_64", build_type: "Debug" }
- { name: "MacOS 11", os: macos-11, osx_arch: "x86_64;arm64", build_type: "Debug" }
- { name: "MacOS 11", os: macos-11, osx_arch: "x86_64;arm64", build_type: "Release" }
- { name: "MacOS 12", os: macos-12, osx_arch: "x86_64;arm64", build_type: "Debug" }
Expand Down

0 comments on commit 987d87b

Please sign in to comment.