Skip to content

Commit 1d65f75

Browse files
committed
Update llvm to 18.1.2, lower windows to win-2019
1 parent c0b1aa9 commit 1d65f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/install_llvm/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
default: 'llvm/llvm-project'
77
ref:
88
description: 'The llvm-project branch, tag or SHA to checkout.'
9-
default: 'llvmorg-16.0.6'
9+
default: 'llvmorg-18.1.2'
1010
path:
1111
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
1212
default: './llvm-project'

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
build_and_test:
2020
name: Build LLDB-MI and run the testsuite
21-
runs-on: windows-latest
21+
runs-on: windows-2019
2222
steps:
2323
- name: Check out the repository
2424
uses: actions/checkout@v3.5.0

0 commit comments

Comments
 (0)