Skip to content

Commit 207414a

Browse files
authored
Update Ubuntu version to latest in release workflow
1 parent a4f30af commit 207414a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
matrix:
1818
platform:
1919
- os_name: Linux-aarch64
20-
os: ubuntu-20.04
20+
os: ubuntu-latest
2121
target: aarch64-unknown-linux-musl
2222
bin: drupal_ls-linux-arm64
2323
- os_name: Linux-x86_64
24-
os: ubuntu-20.04
24+
os: ubuntu-latest
2525
target: x86_64-unknown-linux-gnu
2626
bin: drupal_ls-linux-amd64
2727
- os_name: Windows-x86_64

0 commit comments

Comments
 (0)