forked from GitHub/gf-core
try building on macOS-10
This commit is contained in:
8
.github/workflows/build-majestic.yml
vendored
8
.github/workflows/build-majestic.yml
vendored
@@ -116,7 +116,7 @@ jobs:
|
|||||||
|
|
||||||
macos-runtime:
|
macos-runtime:
|
||||||
name: Runtime (macOS)
|
name: Runtime (macOS)
|
||||||
runs-on: macOS-11
|
runs-on: macOS-10
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@@ -147,7 +147,7 @@ jobs:
|
|||||||
|
|
||||||
macos-haskell:
|
macos-haskell:
|
||||||
name: Haskell (macOS)
|
name: Haskell (macOS)
|
||||||
runs-on: macOS-11
|
runs-on: macOS-10
|
||||||
needs: macos-runtime
|
needs: macos-runtime
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -172,7 +172,7 @@ jobs:
|
|||||||
|
|
||||||
macos-python:
|
macos-python:
|
||||||
name: Python (macOS)
|
name: Python (macOS)
|
||||||
runs-on: macOS-11
|
runs-on: macOS-10
|
||||||
needs: macos-runtime
|
needs: macos-runtime
|
||||||
env:
|
env:
|
||||||
EXTRA_INCLUDE_DIRS: /usr/local/include
|
EXTRA_INCLUDE_DIRS: /usr/local/include
|
||||||
@@ -202,7 +202,7 @@ jobs:
|
|||||||
|
|
||||||
# macos-javascript:
|
# macos-javascript:
|
||||||
# name: JavaScript (macOS)
|
# name: JavaScript (macOS)
|
||||||
# runs-on: macOS-11
|
# runs-on: macOS-10
|
||||||
# needs: macos-runtime
|
# needs: macos-runtime
|
||||||
#
|
#
|
||||||
# steps:
|
# steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user