chore: build test(ubuntu-22.04 지정)
All checks were successful
CI Build / build (push) Successful in 44s

This commit is contained in:
ayuriel 2025-03-29 11:17:14 +09:00
parent 86067ff497
commit d9ac29edc7

View File

@ -2,7 +2,7 @@ name: CI Build
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: quant-runner runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: echo "Building the project..." - run: echo "Building the project..."