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-30 21:10:20 +0300
commite1921bd9236d0be5d0510d25e739d9843c0d5b31 (patch)
tree6cee24daee0e261877635bdc0ba5a3c6c3aa5fad
parentccc125ee9e8c71962745d5f880e95157b93fd4c1 (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