We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.35.0
ubuntu-latest
1 parent af3059c commit 2a8bfdaCopy full SHA for 2a8bfda
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
certificate-secret: WINDOWS_SIGNING_CERTIFICATE_PFX # Name of the secret that contains the certificate.
44
certificate-password-secret: WINDOWS_SIGNING_CERTIFICATE_PASSWORD # Name of the secret that contains the certificate password.
45
certificate-extension: pfx # File extension for the certificate.
46
- - os: ubuntu-18.04 # https://github.com/arduino/arduino-ide/issues/259
+ - os: ubuntu-latest
47
- os: macos-latest
48
# APPLE_SIGNING_CERTIFICATE_P12 secret was produced by following the procedure from:
49
# https://www.kencochrane.com/2020/08/01/build-and-sign-golang-binaries-for-macos-with-github-actions/#exporting-the-developer-certificate
0 commit comments