Skip to content

Commit

Permalink
Test macos-13-xlarge
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Apr 9, 2024
1 parent 503cedd commit a234166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build
on: push
jobs:
root:
runs-on: macos-14
runs-on: macos-13-xlarge
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/runGradleTask
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependencyReport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
contents: write
jobs:
library:
runs-on: macos-14
runs-on: macos-13-xlarge
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/[email protected]
- run: .scripts/check_ktlint.sh
codeql:
runs-on: macos-14
runs-on: macos-13-xlarge
permissions:
actions: read
contents: read
Expand Down

0 comments on commit a234166

Please sign in to comment.