Skip to content

Commit

Permalink
FIX: ci temp downgrade to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
justadreamer committed Oct 16, 2024
1 parent 7d7b1b7 commit e3de862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"BuildMethod": "dotnet"
},
{
"Image": "ubuntu-latest",
"Image": "ubuntu-22.04",
"Name": "Ubuntu_AnyCPU_Release",
"Configuration": "CoreRelease",
"Arch": "Any CPU",
"BuildMethod": "dotnet",
"RunPerformance": true
},
{
"Image": "ubuntu-latest",
"Image": "ubuntu-22.04",
"Name": "Ubuntu_AnyCPU_Debug",
"Configuration": "CoreDebug",
"Arch": "Any CPU",
Expand Down

0 comments on commit e3de862

Please sign in to comment.