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 a093ce5 commit 3cc5a4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,26 +62,26 @@
"RunPerformance": true
},
{
"Image": "ubuntu-latest",
"Image": "ubuntu-22.04",
"Name": "Ubuntu_x64_Debug",
"Configuration": "Debug",
"Arch": "x64"
},
{
"Image": "ubuntu-latest",
"Image": "ubuntu-22.04",
"Name": "Ubuntu_x86_Release",
"Configuration": "Release",
"Arch": "x86",
"RunPerformance": true
},
{
"Image": "ubuntu-latest",
"Image": "ubuntu-22.04",
"Name": "Ubuntu_x86_Debug",
"Configuration": "Debug",
"Arch": "x86"
},
{
"Image": "ubuntu-latest",
"Image": "ubuntu-22.04",
"Name": "Ubuntu_x64_Release",
"Configuration": "Release",
"Arch": "x64",
Expand Down

0 comments on commit 3cc5a4c

Please sign in to comment.