From 333e8f6c7ebde6c40e1cac4571e1e1e33bc18467 Mon Sep 17 00:00:00 2001 From: "blacksmith-sh[bot]" <157653362+blacksmith-sh[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 00:37:38 +0000 Subject: [PATCH] Migrate workflows to Blacksmith --- .github/workflows/ccpp.yml | 6 +++--- .github/workflows/issues.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index a5dcc1f95..dcc73133c 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -9,7 +9,7 @@ on: - main jobs: build: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2204 container: image: ${{ matrix.os == 'alpine' && 'fvwmorg/fvwm3-build-alpine:latest' || 'fvwmorg/fvwm3-build:latest' }} env: @@ -17,7 +17,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, alpine] + os: [blacksmith-4vcpu-ubuntu-2204, alpine] build-system: [autotools, meson] compiler: [gcc, clang] @@ -50,7 +50,7 @@ jobs: fi notification: - runs-on: ubuntu-20.04 + runs-on: blacksmith-4vcpu-ubuntu-2204 name: notifications steps: - name: irc pull request diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 398ab7a33..e7dd0ddbd 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -6,7 +6,7 @@ on: jobs: notification: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2204 name: notifications steps: - name: issue notifications diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54749a9b5..cddf65941 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: required: true jobs: createrelease: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2204 steps: - name: Checkout code