From 8b9ab736ba928dd0c55d3491f815f5dce714e75e Mon Sep 17 00:00:00 2001 From: Guillaume Leclerc Date: Sun, 25 Jun 2023 02:52:13 +0800 Subject: [PATCH] GHA to macOS latest, and update checkout to v3 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d0ad65..1bd9ec4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,11 +10,11 @@ on: jobs: swift: - name: on Big Sur - runs-on: macos-11 + name: on macOS latest + runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 2 - name: setup Swift