From b14fcf3745c8a7147f17011abe981352bbf3e727 Mon Sep 17 00:00:00 2001 From: MoneroOcean <33983510+MoneroOcean@users.noreply.github.com> Date: Sun, 24 Mar 2024 10:09:17 -0700 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0f9faa23..1d6c71fc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ name: Create release and build artifacts jobs: build_win: name: Build Windows artifacts - runs-on: windows-latest + runs-on: windows-2019 steps: - name: Checkout code uses: actions/checkout@master @@ -87,7 +87,7 @@ jobs: run: | yum install -y centos-release-scl epel-release yum install -y devtoolset-9 - yum install -y wget git cmake3 automake libtool autoconf libstdc++-static glibc-static + yum install -y wget git cmake3 automake libtool autoconf libstdc++-static glibc-static perl-IPC-Cmd - name: Checkout code run: | git clone https://github.com/MoneroOcean/xmrig.git .