mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Run build repo on ubuntu-latest
This commit is contained in:
parent
92f48144ac
commit
3942f281e4
3 changed files with 13 additions and 13 deletions
12
.github/workflows/nightly.yml
vendored
12
.github/workflows/nightly.yml
vendored
|
@ -2036,7 +2036,7 @@ jobs:
|
|||
name: Build Repository
|
||||
environment: nightly
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
@ -2137,7 +2137,7 @@ jobs:
|
|||
name: Build Repository
|
||||
environment: nightly
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
@ -2266,7 +2266,7 @@ jobs:
|
|||
name: Build Repository
|
||||
environment: nightly
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
@ -2442,7 +2442,7 @@ jobs:
|
|||
name: Build Repository
|
||||
environment: nightly
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
@ -2544,7 +2544,7 @@ jobs:
|
|||
name: Build Repository
|
||||
environment: nightly
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
@ -2635,7 +2635,7 @@ jobs:
|
|||
name: Build Repository
|
||||
environment: nightly
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
|
12
.github/workflows/staging.yml
vendored
12
.github/workflows/staging.yml
vendored
|
@ -2022,7 +2022,7 @@ jobs:
|
|||
name: Build Repository
|
||||
environment: staging
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
@ -2123,7 +2123,7 @@ jobs:
|
|||
name: Build Repository
|
||||
environment: staging
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
@ -2252,7 +2252,7 @@ jobs:
|
|||
name: Build Repository
|
||||
environment: staging
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
@ -2430,7 +2430,7 @@ jobs:
|
|||
name: Build Repository
|
||||
environment: staging
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
@ -2532,7 +2532,7 @@ jobs:
|
|||
name: Build Repository
|
||||
environment: staging
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
@ -2623,7 +2623,7 @@ jobs:
|
|||
name: Build Repository
|
||||
environment: staging
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
name: Build Repository
|
||||
environment: <{ gh_environment }>
|
||||
runs-on:
|
||||
- linux-x86_64
|
||||
- ubuntu-latest
|
||||
env:
|
||||
USE_S3_CACHE: 'false'
|
||||
needs:
|
||||
|
|
Loading…
Add table
Reference in a new issue