ci: update CI workflow to use new container image

This commit is contained in:
We ball 2025-02-12 11:16:48 +01:00 committed by jank1619
parent d1aa0222a1
commit cb80b041a6

View File

@ -7,6 +7,8 @@ jobs:
test-build: test-build:
name: test-build name: test-build
runs-on: remote runs-on: remote
container:
image: catthehacker/ubuntu:act-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2 - uses: oven-sh/setup-bun@v2