Skip to content

Commit

Permalink
update workflows to test action
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed Jun 17, 2024
1 parent e303057 commit 137867e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
macos:
strategy:
matrix:
os: [macos-11, macos-12, macos-latest]
os: [macos-12, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Run STK CLI installation
uses: ./
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/action-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Run STK CLI installation
uses: ./
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/action-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
os: [windows-2019, windows-2022, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Run STK CLI installation
uses: ./
with:
Expand Down

0 comments on commit 137867e

Please sign in to comment.