Skip to content

Commit

Permalink
Update the Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arithy committed Jan 22, 2025
1 parent 740b540 commit a228a4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: run test cases

on:
push:
branches: [ master ]
branches: [v2]
pull_request:
branches: [ master ]
branches: [v2]

jobs:
testing:
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-22.04, ubuntu-24.04]
compiler: [gcc, clang]

runs-on: ${{ matrix.os }}
Expand All @@ -19,7 +19,7 @@ jobs:
CC: ${{ matrix.compiler }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install bats
run: |
curl -L -o bats-core-1.2.1.tar.gz https://github.com/bats-core/bats-core/archive/v1.2.1.tar.gz
Expand Down

0 comments on commit a228a4c

Please sign in to comment.