From 7ec00c8ae9778c924beb9b0733598b2bb73a82bb Mon Sep 17 00:00:00 2001 From: iVAN <88724353+ivan-hc@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:52:36 +0200 Subject: [PATCH] Add files via upload --- .github/workflows/GIMP-DEVELOPER.yml | 2 +- .github/workflows/GIMP-GIT.yml | 2 +- .github/workflows/GIMP-HYBRID.yml | 2 +- .github/workflows/GIMP-STABLE.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/GIMP-DEVELOPER.yml b/.github/workflows/GIMP-DEVELOPER.yml index d595753..effbf69 100644 --- a/.github/workflows/GIMP-DEVELOPER.yml +++ b/.github/workflows/GIMP-DEVELOPER.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/GIMP-GIT.yml b/.github/workflows/GIMP-GIT.yml index 34cbea8..28085aa 100644 --- a/.github/workflows/GIMP-GIT.yml +++ b/.github/workflows/GIMP-GIT.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/GIMP-HYBRID.yml b/.github/workflows/GIMP-HYBRID.yml index 55e1430..b4fd729 100644 --- a/.github/workflows/GIMP-HYBRID.yml +++ b/.github/workflows/GIMP-HYBRID.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/GIMP-STABLE.yml b/.github/workflows/GIMP-STABLE.yml index 44a4d47..b1d7e9e 100644 --- a/.github/workflows/GIMP-STABLE.yml +++ b/.github/workflows/GIMP-STABLE.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3