mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-29 01:24:11 +01:00
[CI] Use latest action runner images
This commit is contained in:
parent
847a581288
commit
d13375f4ed
6
.github/workflows/artifacts.yml
vendored
6
.github/workflows/artifacts.yml
vendored
@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
artifacts-mingw-w64:
|
artifacts-mingw-w64:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
artifacts-steamrt-sniper:
|
artifacts-steamrt-sniper:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
container: registry.gitlab.steamos.cloud/steamrt/sniper/sdk:beta
|
container: registry.gitlab.steamos.cloud/steamrt/sniper/sdk:beta
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
merge-artifacts:
|
merge-artifacts:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
needs: [artifacts-mingw-w64, artifacts-steamrt-sniper]
|
needs: [artifacts-mingw-w64, artifacts-steamrt-sniper]
|
||||||
steps:
|
steps:
|
||||||
- name: Get version
|
- name: Get version
|
||||||
|
2
.github/workflows/test-build-windows.yml
vendored
2
.github/workflows/test-build-windows.yml
vendored
@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-set-windows:
|
build-set-windows:
|
||||||
runs-on: windows-2022
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
Loading…
Reference in New Issue
Block a user