chore(ci): update to ubuntu 24.04 (#2)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user