Skip to content

Commit

Permalink
Merge pull request #697 from zerotacg/feature/add-github-workflows
Browse files Browse the repository at this point in the history
use specific ubuntu versions
  • Loading branch information
zerotacg authored Jan 15, 2024
2 parents 574fe2e + fad53c1 commit ac1f845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cmake_options: -DWITH_DRIVER_DIRECT3D=ON -DWITH_DRIVER_XAUDIO2=ON
- os: windows-2019
cmake_options: -DWITH_DRIVER_DIRECT3D=ON -DWITH_DRIVER_XAUDIO2=ON
- os: ubuntu-latest
- os: ubuntu-22.04
ubuntu_version: 22.04
- os: ubuntu-20.04
ubuntu_version: 20.04
Expand Down

0 comments on commit ac1f845

Please sign in to comment.