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

@@ -21,7 +21,7 @@ jobs:
needs: [prepare]
uses: jimeh/emacs-builds/.github/workflows/_build.yml@main
with:
os: macos-10.15
os: macos-11
git_ref: master
git_sha: ${{ github.event.inputs.git_sha }}
secrets: