You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/03/30 18:18:37 UTC

[celix] branch feature/workflows_update updated: Updates github workflow to latest osx

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch feature/workflows_update
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/workflows_update by this push:
     new 2465b4f  Updates github workflow to latest osx
2465b4f is described below

commit 2465b4fdf48a8da3b49ce28e6ffa8b5026688dbe
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Mon Mar 30 20:17:52 2020 +0200

    Updates github workflow to latest osx
---
 .github/workflows/build.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4c5841e..378ddcf 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,19 +8,18 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [macOS-10.14]
+        os: [macOS-latest]
         #os: [ubuntu-18.04, ubuntu-16.04, macOS-10.14]
         compiler: [clang]
         include:
           - os: ubuntu-18.04
-            name: Ubuntu Bionic (18) clang
             compiler: clang
           - os: ubuntu-18.04
-            name: Ubuntu Bionic (18) gcc (sanitizer)
+            name: sanitizer
             compiler: gcc
             sanitize: true
           - os: ubuntu-18.04
-            name: Ubuntu Bionic (18) gcc (only v3 api)
+            name: only v3 api
             compiler: gcc
             v3_api: true
     timeout-minutes: 120