mirror of
https://github.com/vlang/v.git
synced 2025-09-11 00:20:26 -04:00
ci: cleanup, macOS-latest -> macos-latest
This commit is contained in:
parent
d413dece45
commit
65a1d2fdbd
2
.github/workflows/cross_ci.yml
vendored
2
.github/workflows/cross_ci.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
macos-cross:
|
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'
|
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
|
||||||
timeout-minutes: 25
|
timeout-minutes: 25
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/paths_ci.yml
vendored
2
.github/workflows/paths_ci.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
./v test vlib/builtin vlib/os
|
./v test vlib/builtin vlib/os
|
||||||
|
|
||||||
space-paths-macos:
|
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'
|
if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v'
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/periodic_ci.yml
vendored
2
.github/workflows/periodic_ci.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
network-tests-macos:
|
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'
|
if: github.event.ref == 'refs/heads/master' && github.event.repository.full_name == 'vlang/v'
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/prebuilt.yml
vendored
2
.github/workflows/prebuilt.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
./v run examples/hello_world.v
|
./v run examples/hello_world.v
|
||||||
|
|
||||||
macos-x86_64:
|
macos-x86_64:
|
||||||
runs-on: macOS-latest
|
runs-on: macos-latest
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user