Skip to content

Commit 82c0a05

Browse files
Use same images for testing and artifact builds
1 parent 046d251 commit 82c0a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{ matrix.os }}
4040
strategy:
4141
matrix:
42-
os: [ ubuntu-18.04, macos-10.15 ]
42+
os: [ ubuntu-latest, macos-10.15 ]
4343

4444
steps:
4545
- name: checkout
@@ -86,7 +86,7 @@ jobs:
8686
if: startsWith(github.ref, 'refs/tags/')
8787
needs: [Test_Windows]
8888
name: Create_Artifacts_Windows
89-
runs-on: windows-latest
89+
runs-on: windows-2019
9090
steps:
9191
- name: checkout
9292
uses: actions/checkout@v2

0 commit comments

Comments
 (0)