Skip to content

Commit

Permalink
adding Electron 34, testing Ubuntu ARM runners
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Jan 18, 2025
1 parent eb842ce commit 2e4c2b8
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13, macos-14, ubuntu-22.04, windows-2022]
# os: [macos-13, macos-14, ubuntu-22.04, windows-2022]
# os: [ macos-14, ubuntu-22.04]
os: [ macos-14, ubuntu-22.04, ubuntu-22.04-arm, windows-2022]
# electron: [32.1.2]
electron: [29.4.6, 30.5.1, 31.7.5, 32.2.6, 33.2.1]
# electron: [29.4.6, 30.5.1, 31.7.5, 32.2.6, 33.2.1]
# electron: [29.4.6, 30.5.1, 31.7.7, 32.2.8, 33.3.1, 34.0.0]
electron: [31.7.7, 32.2.8, 33.3.1, 34.0.0]

name: test-${{ matrix.os }}-v${{ matrix.electron }}
steps:
Expand Down
Binary file added lib/native/win32/arm64/34.0.0/edge_coreclr.node
Binary file not shown.
Binary file not shown.
Binary file added lib/native/win32/ia32/34.0.0/edge_coreclr.node
Binary file not shown.
Binary file added lib/native/win32/ia32/34.0.0/edge_nativeclr.node
Binary file not shown.
Binary file added lib/native/win32/x64/34.0.0/edge_coreclr.node
Binary file not shown.
Binary file added lib/native/win32/x64/34.0.0/edge_nativeclr.node
Binary file not shown.

0 comments on commit 2e4c2b8

Please sign in to comment.