Skip to content

Commit

Permalink
Rename CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbopet committed Sep 24, 2023
1 parent 2a53d23 commit ddac4e3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push, pull_request]


jobs:
build:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, ubuntu-20.04]
os: [ubuntu-latest, macos-latest, windows-latest]
build-type: [Release, Debug]


Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
make -j $(nproc)
- if: contains(matrix.os, 'windows')
name: build Ripes (Windows)
name: build VSRTL (Windows)
shell: bash
run: |
cmake -GNinja \
Expand Down

0 comments on commit ddac4e3

Please sign in to comment.