Skip to content

Commit 3d32fc7

Browse files
committed
Update LLVM workflow to latest Action images.
1 parent 84b7276 commit 3d32fc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/llvm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
config:
12-
- { os: ubuntu-20.04, platform: x64, cxx: g++-9, cc: gcc-9 }
13-
- { os: ubuntu-20.04, platform: x64, cxx: g++-10, cc: gcc-10 }
14-
- { os: macos-10.15, platform: x64, cxx: clang++, cc: clang }
12+
- { os: ubuntu-22.04, platform: x64, cxx: g++-11, cc: gcc-11 }
13+
- { os: macos-11, platform: x64, cxx: clang++, cc: clang }
14+
- { os: macos-12, platform: x64, cxx: clang++, cc: clang }
1515

1616
runs-on: ${{ matrix.config.os }}
1717

0 commit comments

Comments
 (0)