Skip to content

Commit

Permalink
ci: cleanup, macOS-latest -> macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jan 21, 2024
1 parent d413dec commit 65a1d2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross_ci.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/paths_ci.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodic_ci.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prebuilt.yml
Expand Up @@ -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
Expand Down

0 comments on commit 65a1d2f

Please sign in to comment.