Skip to content

Commit

Permalink
modified windows version to test the error
Browse files Browse the repository at this point in the history
  • Loading branch information
Danariki99 committed Dec 5, 2024
1 parent 3a1b7ef commit fa0b885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
{name: "Ubuntu", os: "ubuntu-latest", shell: "bash", compiler: "g++"},
#{name: "MacOS 12", os: "macos-12", shell: "bash", compiler: "g++-12"},
{name: "MacOS 14 (M1)", os: "macos-14", shell: "bash", compiler: "g++-13"},
{name: "Windows", os: "windows-latest", shell: "msys2", compiler: "g++"},
{name: "Windows", os: "windows-2022", shell: "msys2", compiler: "g++"},
]
projects: [
{project: "template", name: "PhysiCell Template", binary: "project", max_time: 120, config: "config/PhysiCell_settings.xml", output_folder: "output"},
Expand Down

0 comments on commit fa0b885

Please sign in to comment.