Fix OSX CI
Github recently removed macos 11 from their actions runners. This bumps the macos version to 12 which is the oldest supported by actions.
Also renamed the test workflow from build to test.
@mindstormjak is the electron-builder update required for the CI pipeline fixes? I'd have more confidence merging this without those dependency updates.
@mindstormjak is the electron-builder update required for the CI pipeline fixes? I'd have more confidence merging this without those dependency updates.
Yes, without the update it runs into this issue https://github.com/electron-userland/electron-builder/issues/6726
Yes, without the update it runs into this issue electron-userland/electron-builder#6726
Alright, then I'd probably have to do some manual testing first.
@ebkr do you foresee any pitfalls in updating the electron-loader? On the other hand updating it wouldn't be a bad thing, on the other hand IDK if keeping the mac on the CI pipeline is that important since they're not properly supported either?