Skip to content

Commit

Permalink
include arm64 Linux in weekly check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Feb 1, 2025
1 parent 9d41abd commit 77cdb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Validate release
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
os: [ubuntu-latest, macos-latest, windows-latest, macos-13, ubuntu-24.04-arm]
neovim: [true, false]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 77cdb2d

Please sign in to comment.