ci: fix invalid runner name

This commit is contained in:
Frazer Smith
2022-06-17 13:48:38 +01:00
parent a22d51b7c7
commit e5e93c609c

View File

@@ -42,7 +42,7 @@ jobs:
macos:
needs: lint
runs-on: macos-11.0
runs-on: macos-11
if: github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
timeout-minutes: 30