[ci] Upgrade containers to Ubuntu 22.04 and remove libclang installation (#4633)

This commit is contained in:
Tyler Veness
2022-11-14 14:20:08 -08:00
committed by GitHub
parent b53ce1d3f0
commit d07267fed1
8 changed files with 13 additions and 19 deletions

View File

@@ -12,7 +12,7 @@ env:
jobs:
publish:
name: "Documentation - Publish"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository_owner == 'wpilibsuite' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
concurrency: ci-docs-publish
steps:
@@ -24,8 +24,6 @@ jobs:
with:
distribution: 'zulu'
java-version: 13
- name: Install libclang-9
run: sudo apt update && sudo apt install -y libclang-cpp9 libclang1-9
- name: Set environment variables (Development)
run: |
echo "TARGET_FOLDER=$BASE_PATH/development" >> $GITHUB_ENV