Skip to content

Commit

Permalink
updated developer workflow to stop CI warning, reduce MacOS CI runs (#…
Browse files Browse the repository at this point in the history
…601)

* updated developer workflow to stop CI warning

* reduce macos CI runs
  • Loading branch information
edwardhartnett authored Feb 5, 2024
1 parent 6ce16ec commit a4e229b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
strategy:
fail-fast: true
matrix:
jasper-version: [3.0.3, 4.0.0]
bacio-version: [2.4.1, 2.5.0, 2.6.0]
jasper-version: [4.0.0]
bacio-version: [2.4.1, 2.6.0]

steps:
- name: install-dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: upload-test-coverage
if: matrix.config == 'asan/code coverage'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: g2-test-coverage
path: |
Expand Down

0 comments on commit a4e229b

Please sign in to comment.