summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-10-02 01:23:15 +0200
committerGitHub <noreply@github.com>2021-10-02 01:23:15 +0200
commit36d45b4a7fc3a459b5da2a490a3f351145b6e660 (patch)
tree89336245daebddfa30cc233e417e543bfcf85c01
parentMerge pull request #7075 from v1993/power-of-tea (diff)
parentci: Use latest ubuntu image for mainline/patreon step 1 (diff)
downloadyuzu-36d45b4a7fc3a459b5da2a490a3f351145b6e660.tar
yuzu-36d45b4a7fc3a459b5da2a490a3f351145b6e660.tar.gz
yuzu-36d45b4a7fc3a459b5da2a490a3f351145b6e660.tar.bz2
yuzu-36d45b4a7fc3a459b5da2a490a3f351145b6e660.tar.lz
yuzu-36d45b4a7fc3a459b5da2a490a3f351145b6e660.tar.xz
yuzu-36d45b4a7fc3a459b5da2a490a3f351145b6e660.tar.zst
yuzu-36d45b4a7fc3a459b5da2a490a3f351145b6e660.zip
-rw-r--r--.ci/yuzu-mainline-step1.yml3
-rw-r--r--.ci/yuzu-patreon-step1.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/.ci/yuzu-mainline-step1.yml b/.ci/yuzu-mainline-step1.yml
index 3fd33d75a..6b6acb5c6 100644
--- a/.ci/yuzu-mainline-step1.yml
+++ b/.ci/yuzu-mainline-step1.yml
@@ -1,6 +1,9 @@
trigger:
- master
+pool:
+ vmImage: 'ubuntu-latest'
+
stages:
- stage: merge
displayName: 'merge'
diff --git a/.ci/yuzu-patreon-step1.yml b/.ci/yuzu-patreon-step1.yml
index cf30397cd..c63d7a066 100644
--- a/.ci/yuzu-patreon-step1.yml
+++ b/.ci/yuzu-patreon-step1.yml
@@ -1,6 +1,9 @@
trigger:
- master
+pool:
+ vmImage: 'ubuntu-latest'
+
stages:
- stage: merge
displayName: 'merge'