update dev workflow to use ubuntu-latest for build-test job
Some checks failed
Dev Build / build-test (push) Failing after 3m19s
Dev Build / deploy-dev (push) Has been skipped
Dev Build / notify-success (push) Has been skipped
Dev Build / notify-failure (push) Successful in 3s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Joshua King
2026-04-26 12:56:06 -04:00
parent c3def21220
commit 4172e21fd1

View File

@@ -8,11 +8,16 @@ on:
jobs:
build-test:
runs-on: ubuntu-dotnet
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Restore backend
run: dotnet restore