Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
beef9999 committed Nov 16, 2023
1 parent 3b0d9a8 commit fa5e6f0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.linux.arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches: [ "main", "release/*" ]
pull_request:
branches: [ "main", "release/*" ]
branches: [ "release/*" ]

jobs:
centos8-gcc921-epoll-release:
runs-on: [self-hosted, Linux, ARM64]
runs-on: ubuntu-latest

container:
image: dokken/centos-stream-8:sha-40294ce
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
ctest --timeout 3600 -V
centos8-gcc921-epoll-debug:
runs-on: [self-hosted, Linux, ARM64]
runs-on: ubuntu-latest

container:
image: dokken/centos-stream-8:sha-40294ce
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/ci.linux.x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches: [ "main", "release/*" ]
pull_request:
branches: [ "main", "release/*" ]
branches: [ "release/*" ]

jobs:
centos8-gcc921-epoll-release:
runs-on: [self-hosted, Linux, X64]
runs-on: ubuntu-latest

container:
image: dokken/centos-stream-8:sha-40294ce
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
ctest --timeout 3600 -V
centos8-gcc921-epoll-debug:
runs-on: [self-hosted, Linux, X64]
runs-on: ubuntu-latest

container:
image: dokken/centos-stream-8:sha-40294ce
Expand Down Expand Up @@ -88,7 +88,8 @@ jobs:
ctest --timeout 3600 -V
centos8-gcc921-iouring-release:
runs-on: [self-hosted, Linux, X64]
# runs-on: [self-hosted, Linux, X64]
runs-on: ubuntu-latest

container:
image: dokken/centos-stream-8:sha-40294ce
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.macos.arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main", "release/*" ]
pull_request:
branches: [ "main", "release/*" ]
branches: [ "release/*" ]

jobs:
macOS-clang-debug:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "main", "release/*" ]
pull_request:
branches: [ "main", "release/*" ]
branches: [ "release/*" ]

jobs:
macOS-12-Monterey-debug:
Expand Down

0 comments on commit fa5e6f0

Please sign in to comment.