Skip to content

Commit

Permalink
change docker image in unit-test action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfrantz committed Jul 18, 2024
1 parent 5b27d77 commit 9ffc077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
testing:
name: Compile and run unit tests
runs-on: ubuntu-latest
runs-on: davidfrantz/base
steps:
- name: Compile all units
run: make unit-tests
Expand Down
2 changes: 1 addition & 1 deletion misc/force-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.12-dev:::2024-07-17_18:51:18
3.7.12-dev:::2024-07-18_06:22:33

0 comments on commit 9ffc077

Please sign in to comment.