aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-02-17 13:35:47 +0100
committerGitHub <noreply@github.com>2024-02-17 13:35:47 +0100
commit01c15a30c0ab56e14342f9996bea3ad86a68a343 (patch)
tree1f302c042389a3b68e41249467e6047c07e14234 /.github/workflows
parentbf830a53f5b015e055383ef5c2a3ae923d9c393f (diff)
downloadrneovim-01c15a30c0ab56e14342f9996bea3ad86a68a343.tar.gz
rneovim-01c15a30c0ab56e14342f9996bea3ad86a68a343.tar.bz2
rneovim-01c15a30c0ab56e14342f9996bea3ad86a68a343.zip
ci(release): run universal_macos build on M1 (#27505)
Run the release workflow on macos-14 to use faster M1 runners. Lock the deployment target to the oldest supported version (11.0, due to libuv support) instead of relying on the host OS version.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 059372cf2a..48a3901955 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
printf 'END\n' >> $GITHUB_OUTPUT
macOS:
- runs-on: macos-12
+ runs-on: macos-14
steps:
- uses: actions/checkout@v4
with: