mirror of
https://github.com/vlang/v.git
synced 2025-09-10 16:00:31 -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:
|
||||
|
||||
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:
|
||||
|
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
|
||||
|
||||
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:
|
||||
|
2
.github/workflows/periodic_ci.yml
vendored
2
.github/workflows/periodic_ci.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/prebuilt.yml
vendored
2
.github/workflows/prebuilt.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user