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

@@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-14, windows-latest, windows-2019, ubuntu-latest]
os: [macos-13, macos-15, windows-latest, windows-2019, ubuntu-latest]
steps:
- uses: actions/checkout@v4
@@ -36,8 +36,8 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Install sdl2 for macOS12
if: matrix.os == 'macos-12'
- name: Install sdl2 for macOS13
if: matrix.os == 'macos-13'
run: |
brew update
brew install sdl2