Skip to content

Commit b2c0f61

Browse files
authored
Merge pull request #1922 from timmaffett/fix_main_yaml
Update main.yml to use ubuntu-latest as runner Fixes #1902
2 parents 941fa95 + e43d94a commit b2c0f61

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)