ci: cleanup, macOS-latest -> macos-latest

This commit is contained in:
Delyan Angelov 2024-01-21 15:33:43 +02:00
parent d413dece45
commit 65a1d2fdbd
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
4 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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