chore(ci): update to ubuntu 24.04 (#2)
This commit is contained in:
@@ -14,11 +14,11 @@ on:
|
||||
|
||||
jobs:
|
||||
build-libuv:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
env:
|
||||
LIBUV_REF: 'v1.44.2'
|
||||
CC: "clang-10"
|
||||
CXX: "clang++-10"
|
||||
CC: "clang-14"
|
||||
CXX: "clang++-14"
|
||||
steps:
|
||||
- name: Install Linux dependencies
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user