Skip to content

Commit

Permalink
tst2404
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRH committed Jan 5, 2025
1 parent 29c20dd commit 09b9938
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
foundations:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
os: [debian11, debian12, debian13, ubuntu2004, ubuntu2204, ubuntu2404, ubuntu2410]
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

fex-pe:
needs: foundations
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

fex-pe-ec:
needs: foundations
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:

dxvk:
needs: foundations
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:

qemu:
needs: foundations
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
os: [debian11, debian12, debian13, ubuntu2004, ubuntu2204, ubuntu2404, ubuntu2410]
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:

wine:
needs: foundations
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
os: [debian11, debian12, debian13, ubuntu2004, ubuntu2204, ubuntu2404, ubuntu2410]
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:

bundle:
needs: [dxvk, fex-pe, fex-pe-ec, qemu, wine]
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
os: [debian11, debian12, debian13, ubuntu2004, ubuntu2204, ubuntu2404, ubuntu2410]
Expand Down

0 comments on commit 09b9938

Please sign in to comment.