mirror of
https://github.com/google/material-design-icons.git
synced 2026-02-19 16:41:42 +01:00
Update main.yml to use ubuntu-latest as runner
This allows the main.yaml to not fail when running
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
update-symbols:
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-20.04-4core
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user