Created
February 16, 2023 22:24
-
-
Save UmutSERIFLER/8d4fee5fe2c96dafb235c7d49420f888 to your computer and use it in GitHub Desktop.
runs-on-sample
This file contains hidden or 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
| runs-on: ubuntu-latest | |
| # or runs-on: ubuntu-20.04 | |
| runs-on: macos-latest | |
| # or macos-12 | |
| runs-on: windows-latest | |
| # or runs-on: windows-2022 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment