mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 05:11:57 +03:00
Update macos runner (#1165)
This commit is contained in:
parent
044fa731d3
commit
d39136fd6b
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -249,11 +249,11 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- target: aarch64-apple-darwin
|
||||
os: macOS-latest
|
||||
os: macos-14 # M1 CPU
|
||||
- target: debian-x86_64
|
||||
os: ubuntu-latest
|
||||
- target: x86_64-apple-darwin
|
||||
os: macOS-latest
|
||||
os: macos-12 # x64 CPU
|
||||
- target: x86_64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
ext: '.exe'
|
||||
@ -341,6 +341,7 @@ jobs:
|
||||
- name: Start HTTP Server (MacOS, no Docker)
|
||||
if: runner.os == 'macos'
|
||||
run: |
|
||||
mkdir -p /usr/local/etc/nginx
|
||||
cat << EOF > /usr/local/etc/nginx/nginx.conf
|
||||
worker_processes 1;
|
||||
events {
|
||||
|
Loading…
Reference in New Issue
Block a user