From eb6110f25bdf6f6e30eb889966fc0893dd493529 Mon Sep 17 00:00:00 2001 From: Pulimet Date: Wed, 24 Jul 2024 08:02:45 +0300 Subject: [PATCH] release.yml - Try to run on Ubuntu --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0dfa6eb..9766b25 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: # This workflow contains 2 jobs: build and release build: # The type of runner that the job will run on - runs-on: macos-latest # Specifies that the job runs on a macOS runner + runs-on: ubuntu-latest # Specifies that the job runs on an Ubuntu runner # Steps represent a sequence of tasks that will be executed as part of the job steps: