Skip to content

Commit 2744736

Browse files
refactor: Change ubuntu-latest-arm64 to ubuntu-24.04-arm in release.yml file
1 parent e21852a commit 2744736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, ubuntu-latest-arm64, macos-latest, windows-latest]
18+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
1919

2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)