Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jul 5, 2024
1 parent 7033be7 commit 5db6093
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 @@ -267,7 +267,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-12]
os: [macOS-latest]
qt_ver: [6.7.1]
qt_arch: [clang_64]
steps:
Expand All @@ -285,8 +285,8 @@ jobs:
wget "https://github.com/kaniol-lck/aria2/releases/download/release-1.36.0/libaria2-clang-macos-10.15.zip"
unzip *.zip
csrutil status
sudo cp -r lib/ usr/local/lib/
sudo cp -r include/aria2/ usr/local/include/
sudo cp -r lib/ /usr/local/lib/
sudo cp -r include/aria2/ /usr/local/include/
rm -rf lib/ include/ *.zip
- name: Install dependencies
run: |
Expand Down

0 comments on commit 5db6093

Please sign in to comment.