diff --git a/.github/workflows/ci.linux.arm.yml b/.github/workflows/ci.linux.arm.yml index c7766b4b..cc6b00ab 100644 --- a/.github/workflows/ci.linux.arm.yml +++ b/.github/workflows/ci.linux.arm.yml @@ -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 @@ -43,12 +43,11 @@ jobs: - name: Test run: | - ulimit -l unlimited cd build 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 @@ -83,6 +82,5 @@ jobs: - name: Test run: | - ulimit -l unlimited cd build ctest --timeout 3600 -V \ No newline at end of file diff --git a/.github/workflows/ci.linux.x86.yml b/.github/workflows/ci.linux.x86.yml index 74fb7995..974cf2ff 100644 --- a/.github/workflows/ci.linux.x86.yml +++ b/.github/workflows/ci.linux.x86.yml @@ -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 @@ -43,12 +43,11 @@ jobs: - name: Test run: | - ulimit -l unlimited cd build 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 @@ -83,12 +82,12 @@ jobs: - name: Test run: | - ulimit -l unlimited cd build 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 @@ -121,6 +120,5 @@ jobs: - name: Test run: | - ulimit -l unlimited cd build ctest --timeout 3600 -V diff --git a/.github/workflows/ci.macos.arm.yml b/.github/workflows/ci.macos.arm.yml index c8e17718..271ad498 100644 --- a/.github/workflows/ci.macos.arm.yml +++ b/.github/workflows/ci.macos.arm.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main", "release/*" ] pull_request: - branches: [ "main", "release/*" ] + branches: [ "release/*" ] jobs: macOS-clang-debug: diff --git a/.github/workflows/ci.macos.yml b/.github/workflows/ci.macos.yml index 5e75d552..33ce1e58 100644 --- a/.github/workflows/ci.macos.yml +++ b/.github/workflows/ci.macos.yml @@ -4,7 +4,7 @@ on: push: branches: [ "main", "release/*" ] pull_request: - branches: [ "main", "release/*" ] + branches: [ "release/*" ] jobs: macOS-12-Monterey-debug: