Skip to content

Commit

Permalink
Bump up ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmolot committed Nov 20, 2024
1 parent a9b1e62 commit 43508b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- os: windows-latest
arch: x86
CMAKE_ARCH_FLAG: -A Win32
- os: ubuntu-20.04
- os: ubuntu-22.04
arch: x86
CMAKE_ARCH_FLAG: -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32"
- os: macos-13
Expand Down
1 change: 1 addition & 0 deletions source/async_postgres.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ namespace GLua = GarrysMod::Lua;
return ret; \
} catch (const std::exception& e) { \
lua->ThrowError(e.what()); \
return 0; \
} \
} \
int name##__Imp([[maybe_unused]] GarrysMod::Lua::ILuaInterface* lua)
Expand Down

0 comments on commit 43508b6

Please sign in to comment.