Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ubuntu.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 5353c214..a7f233ca 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -50,14 +50,7 @@ jobs:
unit_tests: false
examples: false
# Ubuntu 16.04 supports CUDA 8+
- - name: "Ubuntu 16.04 CUDA 9.2 gcc-7"
- os: ubuntu-16.04
- cuda: "9.2"
- gcc: 7
- cpu: true
- gpu: true
- unit_tests: true
- examples: true
+ # But it is no longer available in GitHub workflows
runs-on: ${{ matrix.os }}
name: ${{ matrix.name }}