Skip to content

Commit

Permalink
renamed ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime committed Nov 2, 2024
1 parent 870d5e5 commit 3cac3ae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: linux

on: [push, pull_request]

permissions:
contents: read

jobs:
# -----------------------------------------------------------------------
# Linux build matrix
# -----------------------------------------------------------------------
build_linux:
build:
runs-on: ubuntu-latest
defaults:
run:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: macos

on: [push, pull_request]

permissions:
contents: read

jobs:
build_osx:
build:
runs-on: macOS-latest
name: "macOS Clang (C++11, Release)"
steps:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: windows

on: [push, pull_request]

permissions:
contents: read

jobs:
build_msvc-2022:
build:
runs-on: windows-latest
strategy:
fail-fast: true
Expand Down Expand Up @@ -75,7 +78,7 @@ jobs:
# -----------------------------------------------------------------------
# MSVC 2019 build matrix
# -----------------------------------------------------------------------
build_msvc-2019:
build_2019:
runs-on: windows-2019
strategy:
fail-fast: true
Expand Down

0 comments on commit 3cac3ae

Please sign in to comment.