mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
test
This commit is contained in:
8
.github/workflows/build-majestic.yml
vendored
8
.github/workflows/build-majestic.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
|||||||
|
|
||||||
linux-runtime:
|
linux-runtime:
|
||||||
name: Runtime (Linux)
|
name: Runtime (Linux)
|
||||||
runs-on: linux-20.04
|
runs-on: ubuntu-20.04
|
||||||
container:
|
container:
|
||||||
image: quay.io/pypa/manylinux2014_x86_64:2023-01-14-103cb93
|
image: quay.io/pypa/manylinux2014_x86_64:2023-01-14-103cb93
|
||||||
|
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
linux-haskell:
|
linux-haskell:
|
||||||
name: Haskell (Linux)
|
name: Haskell (Linux)
|
||||||
runs-on: linux-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: linux-runtime
|
needs: linux-runtime
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
|
|
||||||
linux-python:
|
linux-python:
|
||||||
name: Python (Linux)
|
name: Python (Linux)
|
||||||
runs-on: linux-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: linux-runtime
|
needs: linux-runtime
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
|
|
||||||
# linux-javascript:
|
# linux-javascript:
|
||||||
# name: JavaScript (Linux)
|
# name: JavaScript (Linux)
|
||||||
# runs-on: linux-20.04
|
# runs-on: ubuntu-20.04
|
||||||
# needs: linux-runtime
|
# needs: linux-runtime
|
||||||
#
|
#
|
||||||
# steps:
|
# steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user