-
-
Save KyMidd/45de9543264ed11a22a8e7c5298456bf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jobs: | |
build_matrix: | |
strategy: | |
fail-fast: false | |
matrix: | |
runner: | |
- ubuntu-latest | |
- depot-ubuntu-latest | |
image: | |
- ubuntu2004-runner | |
- jekyll-build-runner | |
runs-on: ${{ matrix.runner }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment