mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-10 20:40:30 -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:
|
||||
pull_request:
|
||||
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: [self-hosted, linux]
|
||||
|
||||
defaults:
|
||||
run:
|
Loading…
x
Reference in New Issue
Block a user