File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,16 @@ jobs:
4444 strategy :
4545 matrix :
4646 include :
47- - { os: ubuntu.22.04, arch: x64, runs-on: ubuntu-22.04 }
47+ - { os: linux, arch: x64, runs-on: ubuntu-22.04 }
4848 - { os: ubuntu.24.04, arch: x64, runs-on: ubuntu-24.04 }
49- - { os: ubuntu.22.04, arch: arm64, runs-on: ubuntu-22.04-arm }
49+ - { os: linux, arch: arm64, runs-on: ubuntu-22.04-arm }
5050 - { os: ubuntu.24.04, arch: arm64, runs-on: ubuntu-24.04-arm }
5151 - { os: win, arch: x64, runs-on: windows-2022 }
52+ - { os: win11, arch: x64, runs-on: windows-2025 }
53+ - { os: win, arch: arm64, runs-on: windows-11-arm }
54+ - { os: osx, arch: x64, runs-on: macos-13 }
5255 - { os: osx, arch: arm64, runs-on: macos-14 }
56+ - { os: osx.15, arch: arm64, runs-on: macos-15 }
5357
5458 steps :
5559 - name : Install Dependencies
You can’t perform that action at this time.
0 commit comments