diff --git a/.github/workflows/cross_ci.yml b/.github/workflows/cross_ci.yml index e804b99493..12cddd3ad1 100644 --- a/.github/workflows/cross_ci.yml +++ b/.github/workflows/cross_ci.yml @@ -11,7 +11,7 @@ on: jobs: macos-cross: - runs-on: macOS-latest + runs-on: macos-latest if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' timeout-minutes: 25 env: diff --git a/.github/workflows/paths_ci.yml b/.github/workflows/paths_ci.yml index 61af8859a3..8f9c8084c4 100644 --- a/.github/workflows/paths_ci.yml +++ b/.github/workflows/paths_ci.yml @@ -41,7 +41,7 @@ jobs: ./v test vlib/builtin vlib/os space-paths-macos: - runs-on: macOS-latest + runs-on: macos-latest if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' timeout-minutes: 30 env: diff --git a/.github/workflows/periodic_ci.yml b/.github/workflows/periodic_ci.yml index 262c848ce4..c24aaf417a 100644 --- a/.github/workflows/periodic_ci.yml +++ b/.github/workflows/periodic_ci.yml @@ -24,7 +24,7 @@ jobs: network-tests-macos: - runs-on: macOS-latest + runs-on: macos-latest if: github.event.ref == 'refs/heads/master' && github.event.repository.full_name == 'vlang/v' timeout-minutes: 30 env: diff --git a/.github/workflows/prebuilt.yml b/.github/workflows/prebuilt.yml index 080b281908..65b9646696 100644 --- a/.github/workflows/prebuilt.yml +++ b/.github/workflows/prebuilt.yml @@ -25,7 +25,7 @@ jobs: ./v run examples/hello_world.v macos-x86_64: - runs-on: macOS-latest + runs-on: macos-latest timeout-minutes: 5 steps: - name: Install dependencies