Skip to content

Commit

Permalink
CI: remove macos-10.15 jobs as the macos-10.15 runners are removed (#695
Browse files Browse the repository at this point in the history
)

Since 2022-08-30 the `macos-10.15` GitHub Actions runner are removed. We
already have the recommended `macos-12` based runners in use. So just
remove the old jobs to fix the pipelines.

Fixes: #694
  • Loading branch information
NeroBurner authored Oct 11, 2023
1 parent 2e29b53 commit 91345e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
{ "example": "foo", "toolchain": "sanitize-address-cxx17", "os": "ubuntu-20.04", "python": "3.8", "script": "build.sh" },
{ "example": "foo", "toolchain": "sanitize-leak-cxx17", "os": "ubuntu-20.04", "python": "3.8", "script": "build.sh" },
{ "example": "foo", "toolchain": "sanitize-thread-cxx17", "os": "ubuntu-20.04", "python": "3.8", "script": "build.sh" },
{ "example": "foo", "toolchain": "osx-10-15-make-cxx14", "os": "macos-10.15", "python": "3.8", "script": "build.sh" },
{ "example": "foo", "toolchain": "osx-12-3-arch-universal2-cxx17", "os": "macos-12", "python": "3.8", "script": "build.sh" },
{ "example": "foo", "toolchain": "ios-nocodesign-15-5-arm64-cxx17", "os": "macos-12", "python": "3.8", "script": "build.sh" },
{ "example": "foo", "toolchain": "ninja-vs-16-2019-win64-cxx17", "os": "windows-2019", "python": "3.8", "script": "build.cmd" },
Expand Down
Loading

0 comments on commit 91345e2

Please sign in to comment.