@@ -45,12 +45,12 @@ jobs:
4545 fail-fast : false
4646 matrix :
4747 include :
48- - { os: windows-latest, platform: win, arch: x64, type: Release }
48+ # - { os: windows-latest, platform: win, arch: x64, type: Release }
4949 - { os: windows-latest, platform: win, arch: x86, type: Release }
50- - { os: macos-latest, platform: macos, arch: arm64, type: Release }
50+ # - { os: macos-latest, platform: macos, arch: arm64, type: Release }
5151 - { os: macos-latest, platform: macos, arch: x64, type: Release }
52- - { os: ubuntu-latest, platform: linux, arch: x64, type: Release }
53- - { os: ubuntu-24.04-arm, platform: linux, arch: aarch64, type: Release }
52+ # - { os: ubuntu-latest, platform: linux, arch: x64, type: Release }
53+ # - { os: ubuntu-24.04-arm, platform: linux, arch: aarch64, type: Release }
5454 steps :
5555 - uses : actions/checkout@v4
5656 with :
6565
6666 - if : (matrix.platform == 'macos')&&(matrix.arch == 'x64')
6767 name : Set up Python x64
68- uses : actions/setup-python@v3
68+ uses : actions/setup-python@v5
6969 with :
7070 architecture : ' x64'
7171 python-version : 3.11.9
0 commit comments