Skip to content

Commit e43d94a

Browse files
authored
Update main.yml to use ubuntu-latest as runner
This allows the main.yaml to not fail when running
1 parent 941fa95 commit e43d94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
update-symbols:
77
permissions:
88
contents: write
9-
runs-on: ubuntu-20.04-4core
9+
runs-on: ubuntu-latest
1010
strategy:
1111
fail-fast: false
1212
steps:

0 commit comments

Comments
 (0)