Upgrade deps (#1229)

* upgrade deps

* update workflows

* upgrade yarn
This commit is contained in:
an-lee
2024-12-07 12:02:47 +08:00
committed by GitHub
parent 10e0f3bd06
commit c577b9d66d
11 changed files with 387 additions and 280 deletions

View File

@@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-14, windows-latest, ubuntu-latest]
os: [macos-13, macos-15, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Enjoy-${{ runner.os }}-${{ matrix.os == 'macos-14' && 'arm64' || 'x64' }}-build-${{ github.ref_name }}
name: Enjoy-${{ runner.os }}-${{ matrix.os == 'macos-15' && 'arm64' || 'x64' }}-build-${{ github.ref_name }}
path: |
enjoy/out/make/**/*.deb
enjoy/out/make/**/*.rpm