chore(ci): update to ubuntu 24.04 (#2)

This commit is contained in:
Rushaway
2025-04-22 16:38:02 +02:00
committed by GitHub
parent f4ae036800
commit 7c80facd4a
+3 -3
View File
@@ -14,11 +14,11 @@ on:
jobs: jobs:
build-libuv: build-libuv:
runs-on: ubuntu-20.04 runs-on: ubuntu-24.04
env: env:
LIBUV_REF: 'v1.44.2' LIBUV_REF: 'v1.44.2'
CC: "clang-10" CC: "clang-14"
CXX: "clang++-10" CXX: "clang++-14"
steps: steps:
- name: Install Linux dependencies - name: Install Linux dependencies
shell: bash shell: bash