Skip to content

Commit e5e8e86

Browse files
authored
Merge pull request #3 from ROMemories/ci/update-ci-workflow
ci: update the CI workflow
2 parents 5ebdc98 + 5084377 commit e5e8e86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ env:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v5
1717

1818
- name: Build and test
1919
run: cargo test

0 commit comments

Comments
 (0)