File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 - run : ' & "C:\Program Files (x86)\System76\Keyboard Configurator\system76-keyboard-configurator.exe" --help-gtk'
103103
104104 macos :
105- runs-on : macos-15-intel
105+ runs-on : macos-14-large # Intel
106106 steps :
107107 - run : brew install gtk+3 imagemagick librsvg adwaita-icon-theme
108108 - run : npm install -g appdmg
@@ -121,7 +121,7 @@ jobs:
121121 path : macos/keyboard-configurator.dmg
122122
123123 macos-test :
124- runs-on : macos-15-intel
124+ runs-on : macos-14-large # Intel
125125 needs : macos
126126 steps :
127127 - uses : actions/download-artifact@v4
@@ -131,9 +131,8 @@ jobs:
131131 - run : ' "./mnt/System76 Keyboard Configurator.app/Contents/MacOS/keyboard-configurator" --help-gtk'
132132 - run : ' open "mnt/System76 Keyboard Configurator.app" --args --help-gtk'
133133
134- # `macos-14` runner uses Apple Silicon
135134 macos-arm64 :
136- runs-on : macos-15
135+ runs-on : macos-14 # arm64
137136 steps :
138137 - run : brew install gtk+3 imagemagick librsvg adwaita-icon-theme
139138 - run : npm install -g appdmg
@@ -153,7 +152,7 @@ jobs:
153152 path : macos/keyboard-configurator-arm64.dmg
154153
155154 macos-arm64-test :
156- runs-on : macos-15
155+ runs-on : macos-14 # arm64
157156 needs : macos-arm64
158157 steps :
159158 - uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments