From 7ad7eea527d85c774fa2474f425c8e0273e7fde6 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Fri, 14 Jun 2024 23:12:41 +0900 Subject: [PATCH] refactor: Update GitHub Actions workflow to use matrix settings for runs-on --- .github/workflows/github-actions-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-builder.yml b/.github/workflows/github-actions-builder.yml index 9932ce3f..aeb588dc 100644 --- a/.github/workflows/github-actions-builder.yml +++ b/.github/workflows/github-actions-builder.yml @@ -18,7 +18,7 @@ jobs: args: '--target aarch64-apple-darwin' - platform: 'macos-latest' # for Intel based macs. args: '--target x86_64-apple-darwin' - - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04. + - platform: 'ubuntu-latest' # for Tauri v1 you could replace this with ubuntu-20.04. args: '--target x86_64-unknown-linux-gnu' - platform: 'windows-latest' args: '--target x86_64-pc-windows-msvc'