diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b823cb49e..297db6827 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,10 +24,10 @@ jobs: platform: ubuntu-22.04 CC: gcc CXX: g++ - - name: Ubuntu (GCC 9.5.0) + - name: Ubuntu (GCC 10.5.0) platform: ubuntu-22.04 - CC: gcc-9 - CXX: g++-9 + CC: gcc-10 + CXX: g++-10 - name: Ubuntu (clang 18.1.3) platform: ubuntu-24.04 CC: clang diff --git a/client/crashpad_info_note.S b/client/crashpad_info_note.S index 2dbf938d9..7abd02625 100644 --- a/client/crashpad_info_note.S +++ b/client/crashpad_info_note.S @@ -66,3 +66,4 @@ CRASHPAD_NOTE_REFERENCE: // linking Crashpad. The subtraction from |name| is a convenience to allow the // value to be computed statically. .quad name - CRASHPAD_NOTE + .section .note.GNU-stack,"",@progbits \ No newline at end of file