Skip to content

Commit

Permalink
did not actually pull latest OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stricklandrbls committed Sep 25, 2023
1 parent f6da45e commit 46225bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: 'Build, Test, and Package (OS: ${{ matrix.os }}, Node: ${{ matrix.node }}, VS Code: ${{ matrix.vscode }} )'
strategy:
matrix:
os: [ macos-11, macos-latest, ubuntu-20.04, ubuntu-latest, windows-2019, windows-latest ]
os: [ macos-11, macos-12, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022 ]
node: [ '16', '18' ]
vscode: [ 'stable', 'insiders' ]
fail-fast: false # don't immediately fail all other jobs if a single job fails
Expand Down

0 comments on commit 46225bf

Please sign in to comment.