Skip to content

Commit

Permalink
remove extra name
Browse files Browse the repository at this point in the history
  • Loading branch information
michelleangela committed Oct 4, 2023
1 parent 5ee8fe6 commit af71f2b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches: [ main ]

jobs:
build-for-windows:
uses: ./.github/workflows/jobs-compile-and-test.yml
with:
runner-env: ubuntu-22.04
1 change: 0 additions & 1 deletion .github/workflows/ci_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches: [ main ]

jobs:
build-for-mac:
uses: ./.github/workflows/jobs-compile-and-test.yml
with:
runner-env: macos-12
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches: [ main ]

jobs:
build-for-windows:
uses: ./.github/workflows/jobs-compile-and-test.yml
with:
runner-env: windows-2022

0 comments on commit af71f2b

Please sign in to comment.