aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorMerry <[email protected]>2022-07-26 11:43:53 +0100
committerMerry <[email protected]>2022-07-26 11:50:45 +0100
commit64e6546827961bea4fb2df677fb9afffd99ef9a9 (patch)
tree744e348dfccc00cb15c3b27ff73b8bb59636806d /.github
parent35b1da4b1f726dff75c10d97e527e403fbdff2ae (diff)
downloaddynarmic-64e6546827961bea4fb2df677fb9afffd99ef9a9.tar.gz
dynarmic-64e6546827961bea4fb2df677fb9afffd99ef9a9.zip
github: Rename build-and-test to x86-64
Prepare for non x64 backends
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/x86-64.yml (renamed from .github/workflows/build-and-test.yml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/x86-64.yml
index d9d8f9f4..751133ff 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/x86-64.yml
@@ -1,4 +1,4 @@
-name: Build and Test
+name: x86-64
on: [ push, pull_request ]