Skip to content
Closed
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/check-new-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
detect-new-packages:
runs-on: ubuntu-22.04
runs-on: blacksmith-2vcpu-ubuntu-2404
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2204
timeout-minutes: 60

steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2022, ubuntu-22.04, macos-15]
os: [blacksmith-4vcpu-windows-2025, ubuntu-22.04, macos-15]
node: [22.x, 24.x]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/discussion-welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
welcome:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Add welcome comment
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
jobs:
generate-sbom:
name: Generate SBOM
runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2204
outputs:
project-version: ${{ steps.version.outputs.PROJECT_VERSION }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
os: [blacksmith-4vcpu-ubuntu-2204]
node: ['24.x']
java: ['11']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
github.event.workflow_run.conclusion == 'success' &&
github.event.workflow_run.event == 'schedule' &&
github.event.workflow_run.head_branch == 'master' }}
runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2204
permissions:
contents: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build-and-test-performance:
name: Performance Tests

runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2204
timeout-minutes: 30

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
build-and-test-playwright:
name: Playwright Tests (ubuntu-22.04, Node.js 22.x)

runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2204
timeout-minutes: 60

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build-and-test-playwright:
name: Smoke Test for Browser Example Production Build on ubuntu-22.04 with Node.js 22.x

runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2204
timeout-minutes: 60

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-api-doc-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: Build API Documentation
runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2204

# The current approach is silly. We should be smarter and use `actions/upload-artifact` and `actions/download-artifact` instead of rebuilding
# everything from scratch again. (git checkout, Node.js install, npm, etc.) It was not possible to share artifacts on Travis CI without an
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
deploy:
name: Deploy API documentation to GitHub Pages
needs: build
runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2204
environment: github-pages
steps:
- name: Deploy to GitHub Pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
jobs:
publish:
name: Perform Publishing
runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2204
timeout-minutes: 60
env:
RELEASE_TYPE: ${{ inputs.release_type || 'next' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/set-milestone-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ permissions:
jobs:
set-milestone:
if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- id: compute-milestone
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
jobs:
translation:
name: Translation Update
runs-on: ubuntu-22.04
runs-on: blacksmith-4vcpu-ubuntu-2204
timeout-minutes: 60

steps:
Expand Down
Loading