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:
authorRoman Grundkiewicz <rgrundkiewicz@gmail.com>2020-09-02 19:20:34 +0300
committerGitHub <noreply@github.com>2020-09-02 19:20:34 +0300
commit9336746f89fc5733e480d44d45fde4556f992338 (patch)
tree5710fc619f05e5a7497832da6154c3ef41c86c31 /.github/workflows/macos-cpu.yml
parent4d9d15649e83766fd2ee2a79db79e0d8a2fed3c4 (diff)
Add GitHub workflow with CUDA 11 on Ubuntu 20.04 (#704)
* Add GitHub workflow with CUDA 11 on Ubuntu 20.04 * Make build job names unique * Make build with CUDA 11 experimental
Diffstat (limited to '.github/workflows/macos-cpu.yml')
-rw-r--r--.github/workflows/macos-cpu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos-cpu.yml b/.github/workflows/macos-cpu.yml
index 07f2a9dd..87e269a6 100644
--- a/.github/workflows/macos-cpu.yml
+++ b/.github/workflows/macos-cpu.yml
@@ -7,7 +7,7 @@ on:
branches: [ master ]
jobs:
- build:
+ build-macos:
runs-on: macos-10.15