diff options
author | deadprogram <[email protected]> | 2022-04-24 15:27:40 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-04-25 17:15:59 +0200 |
commit | 008b373df48cfdb31a628a830046bcc7990af09c (patch) | |
tree | b852c53ffe13726163aadd908bf16ae24c3c0c09 /.github | |
parent | c387a09f54073329f4acd8717a1325836a5c5038 (diff) | |
download | tinygo-008b373df48cfdb31a628a830046bcc7990af09c.tar.gz tinygo-008b373df48cfdb31a628a830046bcc7990af09c.zip |
build: use latest Windows hosted runner version
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5a0bf52a6..0e2cad5e1 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -9,7 +9,7 @@ on: jobs: build-windows: - runs-on: windows-2019 + runs-on: windows-2022 steps: - name: Install Go uses: actions/setup-go@v2 |