diff --git a/.github/workflows/c-linter.yml b/.github/workflows/c-linter.yml index 2a7d447b7..685a4120b 100644 --- a/.github/workflows/c-linter.yml +++ b/.github/workflows/c-linter.yml @@ -3,7 +3,7 @@ name: cpp-linter on: [pull_request] jobs: cpp-linter: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/cleanup-cache-postpr.yml b/.github/workflows/cleanup-cache-postpr.yml index 5e9a70cd5..8ae436be8 100644 --- a/.github/workflows/cleanup-cache-postpr.yml +++ b/.github/workflows/cleanup-cache-postpr.yml @@ -9,7 +9,7 @@ on: jobs: CleanUpCcacheCachePostPR: name: Clean Up Ccache Cache Post PR - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: actions: write contents: read diff --git a/.github/workflows/cleanup-cache.yml b/.github/workflows/cleanup-cache.yml index 8779271c2..99592dc78 100644 --- a/.github/workflows/cleanup-cache.yml +++ b/.github/workflows/cleanup-cache.yml @@ -9,7 +9,7 @@ on: jobs: CleanUpCcacheCache: name: Clean Up Ccache Cache for ${{ github.event.workflow_run.name }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: actions: write contents: read diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index bec24c5c7..3d2b5d5a5 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -8,7 +8,7 @@ concurrency: jobs: codespell: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0ee3edc8b..33f594a2b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,7 @@ concurrency: jobs: build-and-deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index 3504eab14..e69bc4927 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -2,7 +2,7 @@ on: [push] jobs: paper: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Paper Draft steps: - name: Checkout diff --git a/.github/workflows/post-pr.yml b/.github/workflows/post-pr.yml index 5f0b15349..23b06df6f 100644 --- a/.github/workflows/post-pr.yml +++ b/.github/workflows/post-pr.yml @@ -10,7 +10,7 @@ on: jobs: noop: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: No OP run: echo "This workflow is going to trigger CleanUpCachePostPR." diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 5b5af5e8d..5756fdb27 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -8,14 +8,14 @@ concurrency: jobs: tabs: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: Tabs run: .github/workflows/style/check_tabs.sh trailing_whitespaces: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: Trailing Whitespaces diff --git a/.github/workflows/sycl.yml b/.github/workflows/sycl.yml index 471978d8c..f7ad7b22d 100644 --- a/.github/workflows/sycl.yml +++ b/.github/workflows/sycl.yml @@ -18,7 +18,7 @@ concurrency: jobs: Build-And-Test-SYCL: name: oneAPI SYCL - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: