Skip to content

Commit

Permalink
bump: llvm from 13 to 14 (#495)
Browse files Browse the repository at this point in the history
* bump: llvm from 13 to 14

* fix: update scripts

* feat: refactor apple target specs to include platform version

* doc: modified changelog

* fix: revert back to lld-rs branch

* bump: lld-rs 140.0.0
  • Loading branch information
baszalmstra authored Jan 4, 2023
1 parent a3025a7 commit 73b1347
Show file tree
Hide file tree
Showing 22 changed files with 6,436 additions and 6,882 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-llvm/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Install LLVM
description: Installs all LLVM binaries required to build Mun.
runs:
using: 'node12'
main: 'dist/index.js'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit 73b1347

Please sign in to comment.