Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-08-04 15:39:12 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-08-04 15:39:12 +0300
commit6ff555c8bb7abf2d528363b4937757424a0ae527 (patch)
tree48eb11ef2446f5b4a4ab34d112dcf44329b19705
parent3c1634ca7cb0fbe6897280c7964a833c7c39943b (diff)
runs-on: ubuntu-latest
-rw-r--r--.github/workflows/docker.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 5313d60a..ce3a94f0 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -7,7 +7,7 @@ on:
jobs:
build:
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ba3aac82..222f198a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
- 386
- armv5
- s390x
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4