mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Switch to M1 runner for macOS builds (#1472)
This commit is contained in:
parent
07fe7ac647
commit
15914b54d8
8
.github/workflows/build_macos.yaml
vendored
8
.github/workflows/build_macos.yaml
vendored
@ -29,7 +29,7 @@ on:
|
|||||||
description: "The URL to which the output will be deployed."
|
description: "The URL to which the output will be deployed."
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: macos-latest
|
runs-on: macos-14 # M1
|
||||||
environment: ${{ inputs.sign && 'packages.element.io' || '' }}
|
environment: ${{ inputs.sign && 'packages.element.io' || '' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -52,6 +52,12 @@ jobs:
|
|||||||
rustup toolchain install stable --profile minimal --no-self-update
|
rustup toolchain install stable --profile minimal --no-self-update
|
||||||
rustup default stable
|
rustup default stable
|
||||||
rustup target add aarch64-apple-darwin
|
rustup target add aarch64-apple-darwin
|
||||||
|
rustup target add x86_64-apple-darwin
|
||||||
|
|
||||||
|
# M1 macos-14 comes without Python preinstalled
|
||||||
|
- uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: "3.12"
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user