Ref: no docker

This commit is contained in:
Kirill Sobakin
2026-03-16 23:01:36 +03:00
parent 2868f4576e
commit 98fb1ca2df
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v6.0.2 - uses: actions/checkout@v6.0.2
- name: Cache sing-box - name: Cache sing-box
uses: actions/cache@v4 uses: actions/cache@v5.0.3
id: cache-singbox id: cache-singbox
with: with:
path: /usr/local/bin/sing-box path: /usr/local/bin/sing-box

View File

@@ -14,7 +14,7 @@ permissions:
jobs: jobs:
generate-subnet: generate-subnet:
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v6.0.2 - uses: actions/checkout@v6.0.2
- name: Generate subnets - name: Generate subnets