mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix apple ci
This commit is contained in:
parent
34c87b43df
commit
04d3c103ed
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@ -4,7 +4,7 @@ on: [ push, pull_request ]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-x86:
|
build-x86:
|
||||||
runs-on: macOS-11
|
runs-on: ubuntu-20.04
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -49,10 +49,10 @@ jobs:
|
|||||||
target/
|
target/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: xcodebuild -scheme "mapr (macOS)" -arch arm64 build
|
run: cd apple/mapr && xcodebuild -scheme "mapr (macOS)" -arch arm64 build
|
||||||
|
|
||||||
build-iphonesimulator:
|
build-iphonesimulator:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: macOS-11
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
target/
|
target/
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
- name: Build
|
- name: Build
|
||||||
run: xcodebuild -scheme "mapr (iOS)" -arch arm64 -sdk iphonesimulator build
|
run: cd apple/mapr && xcodebuild -scheme "mapr (iOS)" -arch arm64 -sdk iphonesimulator build
|
||||||
|
|
||||||
build-aarch64-android:
|
build-aarch64-android:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user