mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-11 21:08:26 -04:00
Replace ubuntu24.04 workflow by a self-hosted linux runner (#2123)
This commit is contained in:
parent
450a047750
commit
893cc80cf9
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
name: CI Ubuntu 24
|
name: Self-hosted Linux
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: [self-hosted, linux]
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
Loading…
x
Reference in New Issue
Block a user