From bc59dc5a1c86321a10103e74578344e510f63f16 Mon Sep 17 00:00:00 2001 From: Daniel Adler Date: Fri, 1 Mar 2024 17:22:44 +0100 Subject: [PATCH] CI TEST: (STATUS) - disabled OS Win/Mac - disabled Job Upload Artifacts - updated OS Linux to ubuntu-22.04 --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49fcdd25..7a16df52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,9 @@ jobs: strategy: matrix: os: - - windows-2019 - - macos-10.15 - - ubuntu-18.04 +# - windows-2019 +# - macos-10.15 + - ubuntu-22.04 runs-on: ${{ matrix.os }} steps: - run: git config --global core.autocrlf false @@ -32,8 +32,8 @@ jobs: - run: make test-depend - run: make test - - name: Upload artifact - uses: actions/upload-artifact@v2 - with: - name: objectbox-generator-${{ runner.os }} - path: objectbox-generator* +# - name: Upload artifact +# uses: actions/upload-artifact@v2 +# with: +# name: objectbox-generator-${{ runner.os }} +# path: objectbox-generator*