Skip to content

ci: update ci runners ubuntu-24.04 and macos-14 #50

ci: update ci runners ubuntu-24.04 and macos-14

ci: update ci runners ubuntu-24.04 and macos-14 #50

Workflow file for this run

name: Run CI Tests
on: [push]
jobs:
run-tests:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-24.04
- ubuntu-22.04
- macos-14
- windows-2022
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-golang@v1
with:
version-file: go.mod
- name: Run Go Test
run: |
go test -race -v ./...