Compare commits

...

1 Commits

Author SHA1 Message Date
blacksmith-sh[bot]
6c4d935d90 Migrate workflows to Blacksmith 2025-07-16 21:13:39 +00:00
7 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ on:
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: blacksmith-4vcpu-ubuntu-2404
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

View File

@@ -8,7 +8,7 @@ on:
jobs: jobs:
run-docker: run-docker:
if: github.repository_owner == 'modrinth' if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest runs-on: blacksmith-4vcpu-ubuntu-2404
steps: steps:
- name: Checkout repository - name: Checkout repository

View File

@@ -8,7 +8,7 @@ on:
jobs: jobs:
wait: wait:
if: github.repository_owner == 'modrinth' if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest runs-on: blacksmith-4vcpu-ubuntu-2404
permissions: permissions:
contents: read contents: read
deployments: write deployments: write

View File

@@ -17,7 +17,7 @@ on:
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: blacksmith-4vcpu-ubuntu-2404
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

View File

@@ -28,13 +28,13 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
platform: [macos-latest, windows-latest, ubuntu-22.04] platform: [macos-latest, windows-latest, blacksmith-4vcpu-ubuntu-2204]
include: include:
- platform: macos-latest - platform: macos-latest
artifact-target-name: universal-apple-darwin artifact-target-name: universal-apple-darwin
- platform: windows-latest - platform: windows-latest
artifact-target-name: x86_64-pc-windows-msvc artifact-target-name: x86_64-pc-windows-msvc
- platform: ubuntu-22.04 - platform: blacksmith-4vcpu-ubuntu-2204
artifact-target-name: x86_64-unknown-linux-gnu artifact-target-name: x86_64-unknown-linux-gnu
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}

View File

@@ -15,7 +15,7 @@ on:
jobs: jobs:
release: release:
name: Release Modrinth App name: Release Modrinth App
runs-on: ubuntu-latest runs-on: blacksmith-4vcpu-ubuntu-2404
env: env:
LINUX_X64_BUNDLE_ARTIFACT_NAME: App bundle (x86_64-unknown-linux-gnu) LINUX_X64_BUNDLE_ARTIFACT_NAME: App bundle (x86_64-unknown-linux-gnu)

View File

@@ -11,7 +11,7 @@ on:
jobs: jobs:
build: build:
name: Lint and Test name: Lint and Test
runs-on: ubuntu-22.04 runs-on: blacksmith-4vcpu-ubuntu-2204
env: env:
# Ensure pnpm output is colored in GitHub Actions logs # Ensure pnpm output is colored in GitHub Actions logs