Skip to content

Commit

Permalink
chore: upgrade GitHub runners to version ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Jul 19, 2024
1 parent 02d3a22 commit d19751f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
upload_contracts:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
--tagging 'TagSet=[{Key=AutoDelete,Value=true}]'
upload_binaries:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
strategy:
matrix:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
commitlint:
name: Check Commit Message
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30

steps:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

go-modules:
name: Test and Build Go Modules
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 60

steps:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

foundry:
name: Foundry Checks and Reports
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
defaults:
run:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:

contracts:
name: Test and Build Contracts Scripts
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 30
defaults:
run:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ concurrency:
jobs:
cluster:
name: Setup and Test Nomad Cluster
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 180

steps:
Expand Down Expand Up @@ -134,6 +134,8 @@ jobs:
sudo add-apt-repository --yes ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install --yes goreleaser ethereum
python3 -m venv primevenv
source primevenv/bin/activate
pip install boto3 botocore
pipx inject ansible-core botocore boto3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
timeout-minutes: 60
strategy:
matrix:
Expand Down

0 comments on commit d19751f

Please sign in to comment.