Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/android-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:

runs-on: macos-latest-xlarge
runs-on: blacksmith-4vcpu-ubuntu-2404

steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:

runs-on: macos-latest-xlarge
runs-on: blacksmith-4vcpu-ubuntu-2404

steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ pull_request ]
jobs:
detekt:
name: Check Code Quality
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404

steps:
- name: Clone repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull') }}
jobs:
docs:
runs-on: macos-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v6
with:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
path: Docs.zip
publish:
needs: [docs]
runs-on: macos-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
create-release:
runs-on: macos-latest-xlarge
runs-on: blacksmith-4vcpu-ubuntu-2404
if: github.event_name == 'workflow_dispatch'
outputs:
version: ${{ steps.get_version.outputs.version }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish:
runs-on: macos-latest-xlarge
runs-on: blacksmith-4vcpu-ubuntu-2404
needs: create-release
if: always() && (github.event_name == 'release' || needs.create-release.result == 'success')

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
create-release:
runs-on: macos-latest-xlarge
runs-on: blacksmith-4vcpu-ubuntu-2404
if: github.event_name == 'workflow_dispatch'
outputs:
version: ${{ steps.set_version.outputs.version }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

publish:
runs-on: macos-latest-xlarge
runs-on: blacksmith-4vcpu-ubuntu-2404
needs: create-release
if: always() && (github.event_name == 'release' || needs.create-release.result == 'success')

Expand Down
Loading