Skip to content

Commit

Permalink
ci: Publish FreeBSD prebuilds for Electron 27
Browse files Browse the repository at this point in the history
As that's the latest major version in FreeBSD Ports.
  • Loading branch information
oleavr committed Jan 12, 2024
1 parent 1082639 commit 5eec754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -10,7 +10,7 @@ task:
PYTHON: /usr/local/bin/python3.9
PYTHON3: /usr/local/bin/python3.9
NODE_TARGETS_FREEBSD: '20.0.0'
ELECTRON_TARGETS_FREEBSD: '16.0.0'
ELECTRON_TARGETS_FREEBSD: '27.0.0'
timeout_in: 2h
install_dependencies_script: |
pkg install -y \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ env:
NODE_TARGETS_DEFAULT: '12.0.0 16.0.0 18.0.0 20.0.0 21.0.0'
NODE_TARGETS_FREEBSD: '20.0.0'
ELECTRON_TARGETS_DEFAULT: '27.0.0'
ELECTRON_TARGETS_FREEBSD: '16.0.0'
ELECTRON_TARGETS_FREEBSD: '27.0.0'

jobs:
publish-prod:
Expand Down

0 comments on commit 5eec754

Please sign in to comment.