chore: ci

This commit is contained in:
mrFq1 2024-04-23 15:48:06 +08:00
parent 80dcae5c3c
commit a4f051ab67
1 changed files with 3 additions and 3 deletions

View File

@ -9,14 +9,14 @@ on:
jobs:
build:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: download meta core
uses: robinraju/release-downloader@v1.9
uses: robinraju/release-downloader@v1.10
with:
repository: 'MetaCubeX/mihomo'
tag: "v1.18.3"
@ -93,7 +93,7 @@ jobs:
path: "*.zip"
- name: upload build to github
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}