File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,35 +17,35 @@ jobs:
1717 fail-fast : false
1818 matrix :
1919 config :
20- - name : Windows
21- target : windows
22- artifact-name : geode-build-win
23- platform : windows
24-
25- - name : macOS
26- target : macos
27- artifact-name : geode-build-mac
28- platform : macos
29-
30- - name : iOS
31- target : ios
32- artifact-name : geode-build-ios
33- platform : ios
34-
35- - name : Android32
36- target : android
37- artifact-name : geode-build-android32
38- platform : android32
20+ # - name: Windows
21+ # target: windows
22+ # artifact-name: geode-build-win
23+ # platform: windows
24+ #
25+ # - name: macOS
26+ # target: macos
27+ # artifact-name: geode-build-mac
28+ # platform: macos
29+ #
30+ # - name: iOS
31+ # target: ios
32+ # artifact-name: geode-build-ios
33+ # platform: ios
34+ #
35+ # - name: Android32
36+ # target: android
37+ # artifact-name: geode-build-android32
38+ # platform: android32
3939
4040 - name : Android64
4141 target : android
4242 artifact-name : geode-build-android64
4343 platform : android64
4444
4545 name : ${{ matrix.config.name }}
46- runs-on : codeberg-medium
46+ runs-on : codeberg-medium-lazy
4747 container :
48- image : prevter/geode-sdk:${{ matrix.config.image }}-latest
48+ image : prevter/geode-sdk:${{ matrix.config.target }}-latest
4949
5050 steps :
5151 - name : Checkout repository
7373
7474 package :
7575 name : Package builds
76- runs-on : codeberg-small
76+ runs-on : codeberg-tiny-lazy
7777 needs : ['build']
7878
7979 steps :
You can’t perform that action at this time.
0 commit comments