Skip to content

Commit

Permalink
try build on ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
pet-mit committed Nov 21, 2024
1 parent 0468736 commit bf5c8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
os: [ ubuntu-20.04 ]
os: [ ubuntu-22.04 ]
env:
VCPKG_BINARY_SOURCES: "clear;files,${{ github.workspace }}/vcpkg_cache,readwrite"
ORTOOLS_DIR: $GITHUB_WORKSPACE/or-tools
Expand Down

0 comments on commit bf5c8a0

Please sign in to comment.