Skip to content

Commit

Permalink
ci: test mac13 off
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 16, 2024
1 parent d9e750f commit a3b834f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
# MacOS w/ Clang + CMake
#
name: "MacOS Clang CMake"
runs-on: [macos-latest, macos-13]
runs-on: macos-13
needs: [check-secret]
steps:
- name: Install Dependencies (MacOS_latest)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cyg-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cyg auto
on:
push:
branches:
- develop
- develop-
jobs:
test:
name: "cyg auto"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lin-nvhpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lin nvhpc
on:
push:
branches:
- develop
- develop-

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac13-off.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: mac13 off
on:
push:
branches:
- develop-
- develop
jobs:
build:
name: mac13 off
Expand Down

0 comments on commit a3b834f

Please sign in to comment.