Skip to content

Commit

Permalink
Test revert to latest version ubuntu runner - do not merge!
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiusti committed May 30, 2024
1 parent cd40650 commit 603b462
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest]
buildType: [Debug, RelWithDebInfo]
runtimeCheck: [asan, tsan]
protonGitRef:
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest]
buildType: [Debug, RelWithDebInfo]
runtimeCheck: [asan, tsan]
protonGitRef:
Expand Down Expand Up @@ -494,7 +494,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04]
os: [ubuntu-latest]
container: ['fedora']
containerTag: ['40']
cc: [gcc]
Expand All @@ -514,7 +514,7 @@ jobs:
runtimeCheck: asan
include:
# CentOS 9: Coverage Proton-main 1 of 2
- os: ubuntu-24.04
- os: ubuntu-latest
container: 'centos'
containerTag: stream9
cc: gcc
Expand All @@ -527,7 +527,7 @@ jobs:
shard: 1
shards: 2
# CentOS 9: Coverage Proton-main 2 of 2
- os: ubuntu-24.04
- os: ubuntu-latest
container: 'centos'
containerTag: stream9
cc: gcc
Expand All @@ -540,7 +540,7 @@ jobs:
shard: 2
shards: 2
# CentOS 8: Release Proton-main 1 of 2
- os: ubuntu-24.04
- os: ubuntu-latest
container: 'centos'
containerTag: stream8
cc: gcc
Expand All @@ -552,7 +552,7 @@ jobs:
shard: 1
shards: 2
# CentOS 8: Release Proton-main 2 of 2
- os: ubuntu-24.04
- os: ubuntu-latest
container: 'centos'
containerTag: stream8
cc: gcc
Expand All @@ -563,7 +563,7 @@ jobs:
protonGitRef: ${{ github.event.inputs.protonBranch || 'main' }}
shard: 2
shards: 2
# - os: ubuntu-24.04
# - os: ubuntu-latest
# container: 'centos'
# containerTag: stream8
# cc: gcc
Expand All @@ -574,7 +574,7 @@ jobs:
# protonGitRef: 0.39.0
# shard: 1
# shards: 2
# - os: ubuntu-24.04
# - os: ubuntu-latest
# container: 'centos'
# containerTag: stream8
# cc: gcc
Expand All @@ -586,7 +586,7 @@ jobs:
# shard: 2
# shards: 2
# # unittest coverage
# - os: ubuntu-24.04
# - os: ubuntu-latest
# container: 'fedora'
# containerTag: 40
# cc: gcc
Expand All @@ -600,7 +600,7 @@ jobs:
# shard: 1
# shards: 1
# # clang
#- os: ubuntu-24.04
#- os: ubuntu-latest
# container: 'fedora'
# containerTag: 40
# cc: clang
Expand All @@ -611,7 +611,7 @@ jobs:
# protonGitRef: ${{ github.event.inputs.protonBranch || 'main' }}
# shard: 1
# shards: 2
#- os: ubuntu-24.04
#- os: ubuntu-latest
# container: 'fedora'
# containerTag: 40
# cc: clang
Expand Down Expand Up @@ -930,7 +930,7 @@ jobs:
runs-on: '${{ matrix.os }}'
strategy:
matrix:
os: [ 'ubuntu-24.04' ]
os: [ 'ubuntu-latest' ]

env:
DispatchBuildDir: ${{github.workspace}}/build
Expand Down Expand Up @@ -988,7 +988,7 @@ jobs:

container_amd64:
name: amd64 container image
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
env:
ImageName: local/skupper-router:local

Expand Down Expand Up @@ -1084,7 +1084,7 @@ jobs:
runs-on: '${{ matrix.os }}'
strategy:
matrix:
os: [ 'ubuntu-24.04' ]
os: [ 'ubuntu-latest' ]
container: [ 'centos' ]
containerTag: [ 'stream9' ]

Expand Down Expand Up @@ -1172,7 +1172,7 @@ jobs:

rat_check:
name: RAT Check
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down

0 comments on commit 603b462

Please sign in to comment.