From 1bbc7f9748f0af6ca6b5b7d3f47d0ec48344c1a6 Mon Sep 17 00:00:00 2001 From: Maksym Sobolyev Date: Sun, 16 Jun 2024 00:43:11 -0700 Subject: [PATCH] Use latest actions/checkout. Run with clang-18. --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f62095838d1..d8e12380ec9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,6 +56,8 @@ jobs: compiler: 'clang-16' - os: 24.04 compiler: 'clang-17' + - os: 24.04 + compiler: 'clang-18' # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -66,7 +68,7 @@ jobs: apt-get install -y git lsb-release gnupg2 wget # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive