From a1f57ae60569b402ac2801e8fa5fb252c0ca88f1 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Mon, 10 Jul 2023 13:25:46 -0700 Subject: [PATCH] bump macos version --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3bf94d..a95b85d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,6 @@ jobs: target: - os: linux cpu: amd64 - - os: linux - cpu: i386 - os: macos cpu: amd64 - os: windows @@ -31,7 +29,7 @@ jobs: shell: bash - target: os: macos - builder: macos-10.15 + builder: macos-12 shell: bash - target: os: windows