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 f644a14
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.linux.arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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
options: --cpus 4
options: --cpus 8

steps:
- uses: szenius/set-timezone@v1.2
Expand Down Expand Up @@ -48,11 +48,11 @@ 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
options: --cpus 4
options: --cpus 8

steps:
- uses: szenius/set-timezone@v1.2
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/ci.linux.x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ 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
options: --cpus 4
options: --cpus 8

steps:
- uses: szenius/set-timezone@v1.2
Expand Down Expand Up @@ -48,11 +48,11 @@ 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
options: --cpus 4
options: --cpus 8

steps:
- uses: szenius/set-timezone@v1.2
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 f644a14

Please sign in to comment.