Skip to content

Commit

Permalink
CI TEST: (STATUS)
Browse files Browse the repository at this point in the history
- disabled OS Win/Mac
- disabled Job Upload Artifacts
- updated OS Linux to ubuntu-22.04
  • Loading branch information
dan-obx committed Mar 1, 2024
1 parent 4e7a0a1 commit bc59dc5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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*

0 comments on commit bc59dc5

Please sign in to comment.