Skip to content

Commit

Permalink
Change agent to mac-os latest large
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey committed Oct 4, 2023
1 parent 047885e commit 8a96de2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
build:
name: Build
runs-on: macOS-latest
runs-on: macos-latest-large
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
publication-verification:
name: Publication verification
runs-on: macOS-latest
runs-on: macos-latest-large
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand All @@ -90,7 +90,7 @@ jobs:

instrumentation-tests:
name: Instrumentation tests
runs-on: macOS-latest
runs-on: macos-latest-large
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
screenshot-tests:
name: Screenshot tests
runs-on: macOS-latest
runs-on: macos-latest-large
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
check-documentation:
name: Check documentation
runs-on: macOS-latest
runs-on: macos-latest-large
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
deploy:
name: Deploy
runs-on: macOS-latest
runs-on: macos-latest-large
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish:
name: Publish
runs-on: macOS-latest
runs-on: macos-latest-large
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 8a96de2

Please sign in to comment.