Skip to content

Commit cb7b3c0

Browse files
authored
Merge pull request #763 from DataDog/julien/update-build-22.04
Update build to 22.04
2 parents 18789ec + ba5f341 commit cb7b3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
fail-fast: false
6161
matrix:
6262
include:
63-
- { target: aarch64-unknown-linux-gnu, os: ubuntu-latest, image: 'ubuntu:20.04' }
64-
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, image: 'ubuntu:20.04' }
63+
- { target: aarch64-unknown-linux-gnu, os: ubuntu-latest, image: 'ubuntu:22.04' }
64+
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest, image: 'ubuntu:22.04' }
6565
- { target: aarch64-apple-darwin, os: macos-latest }
6666
- { target: x86_64-apple-darwin, os: macos-13 }
6767
- { target: x86_64-pc-windows-msvc, os: windows-latest }

0 commit comments

Comments
 (0)