This commit is contained in:
Ernie Pasveer
2025-05-24 10:08:26 -05:00
parent 7ed98d881d
commit f6b07d0456
@@ -1,4 +1,4 @@
name: debian-bullseye Developement Build
name: debian-latest Developement Build
on:
workflow_dispatch:
@@ -16,7 +16,7 @@ jobs:
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: debian-bullseye
runs-on: debian-latest
steps:
- uses: actions/checkout@v3