Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Github Actions has deprecated Node16. It now uses Node20. AL2 cannot run Node20 due to missing packages (glibc). Remove building, testing on AL2. See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
  • Loading branch information
janaknat committed Jul 11, 2024
1 parent 65ca1aa commit ce8b568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
architecture: [X64, ARM64]
distribution: [Ubuntu, AL2]
distribution: [Ubuntu]
runs-on:
- self-hosted
- Linux
Expand Down

0 comments on commit ce8b568

Please sign in to comment.