Skip to content

Commit

Permalink
ci: experimental 1.22 on macos-12 plus rename wf
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 7, 2024
1 parent 60e4511 commit 2aec16f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,26 @@ jobs:
os: ubuntu-latest
- go-version: '1.22'
os: ubuntu-22.04
- go-version: '1.22'
os: macos-12
include:
- go-version: '1.22'
os: ubuntu-latest
experimental: true
- go-version: '1.22'
os: ubuntu-22.04
experimental: true
- go-version: '1.22'
os: macos-12
experimental: true
fail-fast: false
runs-on: ${{ matrix.os }}
name: >-
if [[ ${{ matrix.os }} == 'ubuntu-22.04' ]]; then
docker-${{ matrix.go-version }}
else
${{ matrix.os }}-${{ matrix.go-version }}
fi
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 2aec16f

Please sign in to comment.