Skip to content

Commit 1cee1e8

Browse files
ci: change environment to macos-latest for formatting run (#12652)
1 parent 0115f79 commit 1cee1e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/all_plugins.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
"flutter pub get"
7373
7474
format:
75-
runs-on: ubuntu-latest
75+
# switch back to ubuntu-latest when swiftformat is working again
76+
runs-on: macos-latest
7677
timeout-minutes: 20
7778
steps:
7879
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

0 commit comments

Comments
 (0)