Skip to content

Commit

Permalink
add macos-14 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Sep 20, 2024
1 parent e6cb812 commit 2c28fec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- {os: ubuntu-latest, crystal: latest}
- {os: ubuntu-latest, crystal: nightly}
- {os: macos-latest}
- {os: macos-14}
- {os: windows-latest}
runs-on: ${{ matrix.os }}
steps:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, macos-14, windows-latest]

include:
- os: ubuntu-latest
Expand All @@ -21,6 +21,9 @@ jobs:
- os: macos-latest
target_name: zipstream
asset_suffix: darwin-amd64
- os: macos-14
target_name: zipstream
asset_suffix: darwin-aarch64
- os: windows-latest
target_name: zipstream.exe
asset_suffix: windows-amd64.exe
Expand Down

0 comments on commit 2c28fec

Please sign in to comment.