diff --git a/.gitea/workflows/linux-clang.yaml b/.gitea/workflows/linux-clang.yaml index c577113..3e89571 100644 --- a/.gitea/workflows/linux-clang.yaml +++ b/.gitea/workflows/linux-clang.yaml @@ -1,5 +1,4 @@ name: Ubuntu Linux clang Build -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: diff --git a/.gitea/workflows/linux-cmake.yaml b/.gitea/workflows/linux-cmake.yaml index 7655dea..1277944 100644 --- a/.gitea/workflows/linux-cmake.yaml +++ b/.gitea/workflows/linux-cmake.yaml @@ -1,5 +1,4 @@ name: Ubuntu Linux cmake Build -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: @@ -17,10 +16,6 @@ jobs: "-DCMAKE_BUILD_TYPE=Release -DGLEW_X11=Y -DGLEW_EGL=N -DBUILD_SHARED_LIBS=Y", "-DCMAKE_BUILD_TYPE=Release -DGLEW_X11=N -DGLEW_EGL=Y -DBUILD_SHARED_LIBS=Y", ] - exclude: - - os: macos-latest - version: 12 - environment: production steps: - name: Install Dependencies run: | diff --git a/.gitea/workflows/linux-gcc.yaml b/.gitea/workflows/linux-gcc.yaml index 657d73c..18bd961 100644 --- a/.gitea/workflows/linux-gcc.yaml +++ b/.gitea/workflows/linux-gcc.yaml @@ -1,5 +1,4 @@ name: Ubuntu Linux gcc Build -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: diff --git a/.gitea/workflows/linux-mingw.yaml b/.gitea/workflows/linux-mingw.yaml index 228e8e7..44ebf52 100644 --- a/.gitea/workflows/linux-mingw.yaml +++ b/.gitea/workflows/linux-mingw.yaml @@ -1,5 +1,4 @@ name: Ubuntu Linux gcc cross-build -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: