aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e723e53..ff32b31 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,11 +2,11 @@ name: CI
on:
push:
- branches: ['master']
- paths-ignore: ['**/*.md']
+ branches: ["master"]
+ paths-ignore: ["**/*.md"]
pull_request:
- branches: ['master']
- paths-ignore: ['**/*.md']
+ branches: ["master"]
+ paths-ignore: ["**/*.md"]
# Allow to run this workflow manually from the Actions tab.
workflow_dispatch:
@@ -36,14 +36,14 @@ jobs:
linux:
strategy:
matrix:
- os: [ubuntu-20.04, ubuntu-latest]
+ os: [ubuntu-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Setup Dependencies
- run: |
+ run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 17