We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046d251 commit 82c0a05Copy full SHA for 82c0a05
.github/workflows/github_actions.yml
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ${{ matrix.os }}
40
strategy:
41
matrix:
42
- os: [ ubuntu-18.04, macos-10.15 ]
+ os: [ ubuntu-latest, macos-10.15 ]
43
44
steps:
45
- name: checkout
@@ -86,7 +86,7 @@ jobs:
86
if: startsWith(github.ref, 'refs/tags/')
87
needs: [Test_Windows]
88
name: Create_Artifacts_Windows
89
- runs-on: windows-latest
+ runs-on: windows-2019
90
91
92
uses: actions/checkout@v2
0 commit comments