From 9a9272689ef71df55ec2fd480a30cd4b5d0148c3 Mon Sep 17 00:00:00 2001 From: Aziz Chynaliev Date: Fri, 5 Apr 2024 00:06:44 +0600 Subject: [PATCH] ubuntu 20.04 --- .github/workflows/rust.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f87dcfb..7f4365e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -6,6 +6,8 @@ on: pull_request: branches: - master + workflow_dispatch: + jobs: build-windows: runs-on: windows-latest @@ -37,10 +39,10 @@ jobs: target/rust_g.dm build-linux: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 env: - BYOND_MAJOR: 514 - BYOND_MINOR: 1585 + BYOND_MAJOR: 515 + BYOND_MINOR: 1634 PKG_CONFIG_ALLOW_CROSS: 1 steps: