mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
back to macOS-11
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-10
|
runs-on: macOS-11
|
||||||
|
|
||||||
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-10
|
runs-on: macOS-11
|
||||||
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-10
|
runs-on: macOS-11
|
||||||
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-10
|
# runs-on: macOS-11
|
||||||
# needs: macos-runtime
|
# needs: macos-runtime
|
||||||
#
|
#
|
||||||
# steps:
|
# steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user