Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 1, 2024
1 parent 319480b commit 89f87a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
# targets: aarch64-apple-darwin
- name: Install packages
run: brew install ninja
# - name: Set env vars
# run: |
# echo "MACOSX_DEPLOYMENT_TARGET=14.0" >> $GITHUB_ENV
- name: Set env vars
run: |
echo "MACOSX_DEPLOYMENT_TARGET=13.0" >> $GITHUB_ENV
- name: Tests
run: cargo test --no-default-features --release
env:
Expand Down

0 comments on commit 89f87a8

Please sign in to comment.