fix(ci): switch to macos-11 (Big Sur) runner

The macos-10.15 runner is now deprecated and no longer usable. Hence all
GitHub Actions workflows using a macOS runner need to upgraded to
macos-11.

As far as I know, this will have a knock-on effect of causing Emacs
builds to require macOS 11.x (Big Sur) or later from now on.
This commit is contained in:
2022-07-27 19:54:01 +01:00
parent 2e80b79110
commit 4f2d35c1ac
5 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ jobs:
emacs-builder:
# Use oldest version of macOS to ensure emacs-bulder binary is compatible
# with later versions of macOS.
runs-on: macos-10.15
runs-on: macos-11
steps:
- name: Checkout build-emacs-for-macos repo
uses: actions/checkout@v2