Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 59ffb4c

Browse files
committed
try switching to ubuntu-latest gh runner to fix gh action - again
1 parent ebf2a68 commit 59ffb4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1
1010
name: Checkout code

0 commit comments

Comments
 (0)