From e9b0905e33230a479a0423f19083180509ec5b87 Mon Sep 17 00:00:00 2001 From: yseto Date: Wed, 11 Dec 2024 13:53:37 +0900 Subject: [PATCH] update macos, golang --- .github/workflows/go-lint.yml | 2 +- .github/workflows/go-test.yml | 4 ++-- .github/workflows/setup-go-matrix.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index c2ae6b0..f9c65c8 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -7,7 +7,7 @@ on: inputs: os-versions: description: 'Stringfied JSON object listing GitHub-hosted runnners' - default: '["ubuntu-22.04", "windows-2022", "macos-12"]' + default: '["ubuntu-22.04", "windows-2022", "macos-14"]' required: false type: string skip-cache: diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index ef9cc61..3f6c5d5 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -7,12 +7,12 @@ on: inputs: os-versions: description: 'Stringfied JSON object listing GitHub-hosted runnners' - default: '["ubuntu-22.04", "windows-2022", "macos-12"]' + default: '["ubuntu-22.04", "windows-2022", "macos-14"]' required: false type: string go-versions: description: 'Stringfied JSON object listing target Go versions' - default: '["1.22.x", "1.21.x"]' + default: '["1.23.x", "1.22.x"]' required: false type: string pre: diff --git a/.github/workflows/setup-go-matrix.yml b/.github/workflows/setup-go-matrix.yml index 1a49adb..0b5bce7 100644 --- a/.github/workflows/setup-go-matrix.yml +++ b/.github/workflows/setup-go-matrix.yml @@ -8,12 +8,12 @@ on: inputs: os-versions: description: 'Stringfied JSON object listing GitHub-hosted runnners' - default: '["ubuntu-22.04", "windows-2022", "macos-12"]' + default: '["ubuntu-22.04", "windows-2022", "macos-14"]' required: false type: string go-versions: description: 'Stringfied JSON object listing target Go versions' - default: '["1.22.x", "1.21.x"]' + default: '["1.23.x", "1.22.x"]' required: false type: string run: