From 735dbd47ffae524184edff54dfe408470774304b Mon Sep 17 00:00:00 2001 From: nokonoko1203 Date: Fri, 24 Jan 2025 19:03:57 +0900 Subject: [PATCH] change os --- .github/workflows/release.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 481e0f9..645a770 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,5 @@ name: Release on: - push: - branches: - - build-linux-and-windows release: types: [published] @@ -17,8 +14,8 @@ jobs: job: - {os: macos-latest, target: x86_64-apple-darwin, extension: ''} - {os: macos-latest, target: aarch64-apple-darwin, extension: ''} - - {os: linux-latest, target: x86_64-unknown-linux-gnu, extension: ''} - - {os: linux-latest, target: x86_64-unknown-linux-musl, extension: ''} + - {os: ubuntu-latest, target: x86_64-unknown-linux-gnu, extension: ''} + - {os: ubuntu-latest, target: x86_64-unknown-linux-musl, extension: ''} - {os: windows-latest, target: x86_64-pc-windows-msvc, extension: '.exe'} permissions: contents: write