Skip to content

Commit

Permalink
Migrate workflows to Blacksmith
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-sh[bot] authored Dec 29, 2024
1 parent 8097abb commit 333e8f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ 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:
GO111MODULE: "on"

strategy:
matrix:
os: [ubuntu-latest, alpine]
os: [blacksmith-4vcpu-ubuntu-2204, alpine]
build-system: [autotools, meson]
compiler: [gcc, clang]

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
notification:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2204
name: notifications
steps:
- name: issue notifications
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
jobs:
createrelease:
runs-on: ubuntu-latest
runs-on: blacksmith-4vcpu-ubuntu-2204

steps:
- name: Checkout code
Expand Down

0 comments on commit 333e8f6

Please sign in to comment.