Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
* update Python to 3.13
* upgrade dependencies

Signed-off-by: eXhumer <[email protected]>
  • Loading branch information
eXhumer committed Nov 7, 2024
1 parent c3a86ce commit 3ef3925
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
strategy:
matrix:
image: [
{os: macos-latest, arch: arm64, python: '3.12'},
{os: macos-latest, arch: universal, python: '3.12'},
{os: macos-latest, arch: x64, python: '3.12'},
{os: macos-latest, arch: arm64, python: '3.13'},
{os: macos-latest, arch: universal, python: '3.13'},
{os: macos-latest, arch: x64, python: '3.13'},
{os: ubuntu-latest, arch: x64},
{os: windows-latest, arch: ia32, python: '3.12'},
{os: windows-latest, arch: x64, python: '3.12'}
{os: windows-latest, arch: ia32, python: '3.13'},
{os: windows-latest, arch: x64, python: '3.13'}
]
node: [22]
runs-on: ${{ matrix.image.os }}
Expand Down Expand Up @@ -85,6 +85,7 @@ jobs:
CODESIGN_CERTIFICATE_PASSWORD: ${{ secrets.CODESIGN_CERTIFICATE_PASSWORD }}
CODESIGN_CERTIFICATE: ${{ secrets.CODESIGN_CERTIFICATE }}
run: |
echo "::add-mask::${{ secrets.DEVELOPER_NAME }}"
echo $CODESIGN_CERTIFICATE | base64 --decode > Certificates.p12
security create-keychain -p "$CI_KEYCHAIN_PASSWORD" build.keychain
security default-keychain -s build.keychain
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2426,9 +2426,9 @@ electron-installer-dmg@^5.0.1:
appdmg "^0.6.4"

electron-to-chromium@^1.5.41:
version "1.5.53"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.53.tgz#bbae15eb887d00e511e175eba5a7db7902377838"
integrity sha512-7F6qFMWzBArEFK4PLE+c+nWzhS1kIoNkQvGnNDogofxQAym+roQ0GUIdw6C/4YdJ6JKGp19c2a/DLcfKTi4wRQ==
version "1.5.54"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.54.tgz#1b8d2e012a7edfc8c0b778a0b86ece99c892cd24"
integrity sha512-TX6vHleisn5i/4pekTyy1sdoLXQNy8VFvBK/fJRXSyp7GUO27KioLTG0Qo5wFjM3ZF4ryKinDo4m+IJ+rwUWSw==

"electron@git+https://github.com/castlabs/electron-releases.git#v33.1.0+wvcus":
version "33.1.0"
Expand Down

0 comments on commit 3ef3925

Please sign in to comment.