fix: CI
Some checks failed
ci / build (pull_request) Failing after 25s
ci / publish (pull_request) Has been skipped
ci / publish-docs (pull_request) Has been skipped

This commit is contained in:
Matthew McPeak 2026-06-11 16:45:39 -04:00
parent 19e5133a96
commit 06dd757fe4
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: docker
runs-on: ubuntu-latest
container: oven/bun:1
steps:
- name: Install git
@ -41,8 +41,8 @@ jobs:
publish:
needs: build
if: startsWith(github.ref, 'refs/tags/v')
runs-on: docker
container: oven/bun:1
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v4
@ -73,7 +73,8 @@ jobs:
publish-docs:
needs: build
if: startsWith(github.ref, 'refs/tags/v')
runs-on: docker
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v4