Skip to content

Commit

Permalink
use ubuntu-20.04 for builds to improve compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrc6 committed Jan 29, 2025
1 parent 68546d4 commit 9e65abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fast-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-20.04, macOS-latest, windows-latest]
include:
- os: ubuntu-latest
- os: ubuntu-20.04
cmake-args: -G Ninja -DCMAKE_BUILD_TYPE=Release -DDISCORD=ON -DDISCORD_DYNAMIC=ON -DWEBSOCKETS=OFF -DPREFER_BUNDLED_LIBS=ON
cmake-init-env: CXXFLAGS=
package-file: "*-linux_x86_64.tar.xz"
Expand Down

0 comments on commit 9e65abe

Please sign in to comment.