Browse Source

Use ubuntu:22.04 image for CI

Signed-off-by: falkTX <falktx@falktx.com>
pull/1961/merge
falkTX 3 months ago
parent
commit
7bf57d8bba
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/release.yml

+ 2
- 2
.github/workflows/release.yml View File

@@ -62,7 +62,7 @@ jobs:
win32: win32:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ubuntu:24.04
image: ubuntu:22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up cache - name: Set up cache
@@ -109,7 +109,7 @@ jobs:
win64: win64:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: ubuntu:24.04
image: ubuntu:22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up cache - name: Set up cache


Loading…
Cancel
Save