Skip to content

Commit

Permalink
Add container to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
griswaldbrooks committed Sep 8, 2024
1 parent f94f3ce commit 4119f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI
name: ci

on: [push, pull_request, workflow_dispatch]

jobs:
build:
name: ${{matrix.platform.name}} ${{matrix.type.name}} ${{matrix.config.name}}
runs-on: ${{matrix.platform.os}}

container: ghcr.io/griswaldbrooks/spanny2:upstream
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 4119f92

Please sign in to comment.