From 74fec4c9a697823c038323ae40bc84d3554af3bc Mon Sep 17 00:00:00 2001 From: Owen Ou Date: Sun, 1 Oct 2023 22:48:38 -0700 Subject: [PATCH] Run tests on macos-13 --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cc68a34..105be09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [macos-13, ubuntu-latest] steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [macos-13, ubuntu-latest] steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 @@ -29,7 +29,7 @@ jobs: go-version-file: go.mod check-latest: true - name: Install certutil on macos - if: ${{ matrix.os == 'macos-latest' }} + if: ${{ matrix.os == 'macos-13' }} run: | brew install nss - name: Test @@ -39,7 +39,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [macos-13, ubuntu-latest] steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v4