@@ -80,39 +80,39 @@ jobs:
8080 name : dist-windows
8181 path : dist-windows.zip
8282
83- macos-tests :
84- runs-on : macos-latest
85- steps :
86- - name : Checkout
87- uses : actions/checkout@v2
88- with :
89- fetch-depth : 0
90- - uses : actions/setup-java@v2
91- with :
92- distribution : ' temurin'
93- java-version : ' 25'
94- - name : Setup Python 3.14
95- uses : actions/setup-python@v2
96- with :
97- python-version : 3.14
98- - name : Install uv
99- uses : astral-sh/setup-uv@v7
100- with :
101- enable-cache : true
102- - name : Sync Python dependencies
103- run : uv sync --dev
104- - name : Setup OpenGL and Run Tests
105- uses : edayot/model_resolver@master
106- env :
107- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
108- GIT_HASH : ${{ github.sha }}
109- with :
110- commands : |
111- uv run beet
112- - name : Upload dist folder
113- run : tar -czvf dist-macos.tar.gz dist/
114- - name : Upload compressed dist folder
115- uses : actions/upload-artifact@v4
116- with :
117- name : dist-macos
118- path : dist-macos.tar.gz
83+ # macos-tests:
84+ # runs-on: macos-latest
85+ # steps:
86+ # - name: Checkout
87+ # uses: actions/checkout@v2
88+ # with:
89+ # fetch-depth: 0
90+ # - uses: actions/setup-java@v2
91+ # with:
92+ # distribution: 'temurin'
93+ # java-version: '25'
94+ # - name: Setup Python 3.14
95+ # uses: actions/setup-python@v2
96+ # with:
97+ # python-version: 3.14
98+ # - name: Install uv
99+ # uses: astral-sh/setup-uv@v7
100+ # with:
101+ # enable-cache: true
102+ # - name: Sync Python dependencies
103+ # run: uv sync --dev
104+ # - name: Setup OpenGL and Run Tests
105+ # uses: edayot/model_resolver@master
106+ # env:
107+ # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108+ # GIT_HASH: ${{ github.sha }}
109+ # with:
110+ # commands: |
111+ # uv run beet
112+ # - name: Upload dist folder
113+ # run: tar -czvf dist-macos.tar.gz dist/
114+ # - name: Upload compressed dist folder
115+ # uses: actions/upload-artifact@v4
116+ # with:
117+ # name: dist-macos
118+ # path: dist-macos.tar.gz
0 commit comments