Skip to content

Commit

Permalink
test on macos 13 too
Browse files Browse the repository at this point in the history
Signed-off-by: Anton-4 <[email protected]>
  • Loading branch information
Anton-4 authored Dec 31, 2024
1 parent cd30e1f commit 0a72c01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/basic_cli_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
needs: [create-release-archive]
strategy:
matrix:
os: [ubuntu-20.04, macos-14]
os: [ubuntu-20.04, macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Download the previously uploaded files
Expand All @@ -220,6 +220,8 @@ jobs:
run: |
if [ "${{ matrix.os }}" = "ubuntu-20.04" ]; then
echo "os_pattern=linux_x86_64" >> $GITHUB_OUTPUT
elif [ "${{ matrix.os }}" = "macos-13" ]; then
echo "os_pattern=macos_x86_64" >> $GITHUB_OUTPUT
else
echo "os_pattern=macos_apple_silicon" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 0a72c01

Please sign in to comment.