Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2022-06-26 11:03:18 +0300
committerJens Peters <jp7677@gmail.com>2022-06-27 19:59:14 +0300
commit961bdc95d9fe2306bcb8292686ff6e8267468877 (patch)
tree6cee24daee0e261877635bdc0ba5a3c6c3aa5fad
parentfbd8c90c49202735c4831e59b11746b38fa0a509 (diff)
github: Use latest ubuntu
This means the latest stable image that GitHub provides, not necessarily the latest OS version.
-rw-r--r--.github/workflows/artifacts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml
index 2d30129..4a6900f 100644
--- a/.github/workflows/artifacts.yml
+++ b/.github/workflows/artifacts.yml
@@ -10,7 +10,7 @@ on:
jobs:
build-artifacts:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout code