mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-09 21:26:05 +08:00
Use windows-2022
This commit is contained in:
parent
cf7b624845
commit
f826d1e74a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
run: npm test --prefix assets
|
run: npm test --prefix assets
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2022
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
env:
|
env:
|
||||||
MIX_ENV: test
|
MIX_ENV: test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue