Skip to content

Commit

Permalink
test more OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 24, 2024
1 parent f393b9b commit 4c917a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
name: Build on ${{ matrix.os }}
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
os:
- macos-14
#- macos-13
#- macos-12
- macos-13
- macos-12
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -46,5 +47,5 @@ jobs:
working-directory: adv_cmds
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}.zip
name: ${{ matrix.os }}
path: ~/Library/Developer/Xcode/DerivedData/adv_cmds-*/Build/Products/Release/ps*

0 comments on commit 4c917a1

Please sign in to comment.