From 040ad23118875396ee7e2d1f3f7192cac8cc0b37 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Fri, 1 Oct 2021 09:47:41 +0100 Subject: [PATCH 1/2] Update alpha release to build on macOS 11. --- .github/workflows/release-alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-alpha.yml b/.github/workflows/release-alpha.yml index af74f4827..ed175fe20 100644 --- a/.github/workflows/release-alpha.yml +++ b/.github/workflows/release-alpha.yml @@ -15,7 +15,7 @@ env: jobs: build: name: Release - runs-on: macos-latest + runs-on: macos-11 steps: - uses: actions/checkout@v2 From d2d61ff9eecdccabe065892d1d345316d58a70a8 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Fri, 1 Oct 2021 10:12:38 +0100 Subject: [PATCH 2/2] Add changelog entry. --- changelog.d/4937.build | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/4937.build diff --git a/changelog.d/4937.build b/changelog.d/4937.build new file mode 100644 index 000000000..2e67b1197 --- /dev/null +++ b/changelog.d/4937.build @@ -0,0 +1 @@ +Element Alpha: Build on macOS 11 to fix iOS 15 installation error.