Skip to content

Commit

Permalink
use llvm-19.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Sep 26, 2024
1 parent f77c9d5 commit 77f8824
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
- name: Compress artifacts
id: compressdeps
run: |
7z a mlir-18.1.5-${{ matrix.osversion }}-X64.7z mlir -mx9 -aoa
7z a mlir-19.1.0-${{ matrix.osversion }}-X64.7z mlir -mx9 -aoa
- name: Release
uses: softprops/action-gh-release@v1
id: createrelease
with:
files: |
mlir-18.1.5-${{ matrix.osversion }}-X64.7z
mlir-19.1.0-${{ matrix.osversion }}-X64.7z
- name: Clean build artifacts
id: cleanbuildartifacts
if: always()
Expand Down Expand Up @@ -85,13 +85,13 @@ jobs:
- name: Compress artifacts
id: compressdeps
run: |
7z a mlir-18.1.5-${{ matrix.osversion }}-arm64.7z mlir -mx9 -aoa
7z a mlir-19.1.0-${{ matrix.osversion }}-arm64.7z mlir -mx9 -aoa
- name: Release
uses: softprops/action-gh-release@v1
id: createrelease
with:
files: |
mlir-18.1.5-${{ matrix.osversion }}-arm64.7z
mlir-19.1.0-${{ matrix.osversion }}-arm64.7z
- name: Clean build artifacts
id: cleanbuildartifacts
if: always()
Expand Down Expand Up @@ -128,13 +128,13 @@ jobs:
- name: Compress artifacts
id: compressdeps
run: |
7z a mlir-18.1.5-osx-arm64.7z mlir -mx9 -aoa
7z a mlir-19.1.0-osx-arm64.7z mlir -mx9 -aoa
- name: Release
uses: softprops/action-gh-release@v1
id: createrelease
with:
files: |
mlir-18.1.5-osx-arm64.7z
mlir-19.1.0-osx-arm64.7z
- name: Clean build artifacts
id: cleanbuildartifacts
if: always()
Expand Down Expand Up @@ -162,13 +162,13 @@ jobs:
- name: Compress artifacts
id: compressdeps
run: |
7z a mlir-18.1.5-osx-x64.7z mlir -mx9 -aoa
7z a mlir-19.1.0-osx-x64.7z mlir -mx9 -aoa
- name: Release
uses: softprops/action-gh-release@v1
id: createrelease
with:
files: |
mlir-18.1.5-osx-x64.7z
mlir-19.1.0-osx-x64.7z
- name: Clean build artifacts
id: cleanbuildartifacts
if: always()
Expand Down
2 changes: 1 addition & 1 deletion llvm-project

0 comments on commit 77f8824

Please sign in to comment.