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