mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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:
|
||||
name: Runtime (macOS)
|
||||
runs-on: macOS-10
|
||||
runs-on: macOS-11
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@@ -147,7 +147,7 @@ jobs:
|
||||
|
||||
macos-haskell:
|
||||
name: Haskell (macOS)
|
||||
runs-on: macOS-10
|
||||
runs-on: macOS-11
|
||||
needs: macos-runtime
|
||||
|
||||
steps:
|
||||
@@ -172,7 +172,7 @@ jobs:
|
||||
|
||||
macos-python:
|
||||
name: Python (macOS)
|
||||
runs-on: macOS-10
|
||||
runs-on: macOS-11
|
||||
needs: macos-runtime
|
||||
env:
|
||||
EXTRA_INCLUDE_DIRS: /usr/local/include
|
||||
@@ -202,7 +202,7 @@ jobs:
|
||||
|
||||
# macos-javascript:
|
||||
# name: JavaScript (macOS)
|
||||
# runs-on: macOS-10
|
||||
# runs-on: macOS-11
|
||||
# needs: macos-runtime
|
||||
#
|
||||
# steps:
|
||||
|
||||
Reference in New Issue
Block a user