We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b1aa9 commit 1d65f75Copy full SHA for 1d65f75
.github/actions/install_llvm/action.yml
@@ -6,7 +6,7 @@ inputs:
6
default: 'llvm/llvm-project'
7
ref:
8
description: 'The llvm-project branch, tag or SHA to checkout.'
9
- default: 'llvmorg-16.0.6'
+ default: 'llvmorg-18.1.2'
10
path:
11
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
12
default: './llvm-project'
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ on:
18
jobs:
19
build_and_test:
20
name: Build LLDB-MI and run the testsuite
21
- runs-on: windows-latest
+ runs-on: windows-2019
22
steps:
23
- name: Check out the repository
24
uses: actions/checkout@v3.5.0
0 commit comments