Skip to content

Commit

Permalink
Run MacOS tests on beefier runners
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch committed Jan 23, 2024
1 parent 2b72a82 commit e16a98a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
self-hosted-runner:
# Labels of self-hosted runner in array of string
labels:
# Not self hosted but actionlint still does not have a
# release out supporting it
- macos-13-large
- macos-13-xlarge
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@ jobs:


MacOS:
runs-on: macOS-latest
runs-on: ${{ github.event.repository.fork && 'macos-latest' || 'macos-13-large' }}
needs: Pre-Commit

timeout-minutes: 60
timeout-minutes: 90

strategy:
fail-fast: false
Expand Down

0 comments on commit e16a98a

Please # to comment.