diff options
author | Merry <[email protected]> | 2022-07-26 11:43:53 +0100 |
---|---|---|
committer | Merry <[email protected]> | 2022-07-26 11:50:45 +0100 |
commit | 64e6546827961bea4fb2df677fb9afffd99ef9a9 (patch) | |
tree | 744e348dfccc00cb15c3b27ff73b8bb59636806d /.github | |
parent | 35b1da4b1f726dff75c10d97e527e403fbdff2ae (diff) | |
download | dynarmic-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 ] |