mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-25 03:09:00 -06:00
/.github/workflows: use macos latest
This commit is contained in:
4
.github/workflows/ci-bats-unix.yaml
vendored
4
.github/workflows/ci-bats-unix.yaml
vendored
@@ -21,10 +21,10 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ ubuntu-18.04, macos-10.15 ]
|
||||
os: [ ubuntu-18.04, macos-latest ]
|
||||
dolt_fmt: [ "", "__DOLT_DEV__", "__DOLT_1__" ]
|
||||
exclude:
|
||||
- os: "macos-10.15"
|
||||
- os: "macos-latest"
|
||||
dolt_fmt: ["__DOLT_DEV__", "__DOLT_1__" ]
|
||||
env:
|
||||
use_credentials: ${{ secrets.AWS_SECRET_ACCESS_KEY != '' && secrets.AWS_ACCESS_KEY_ID != '' }}
|
||||
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-10.15, ubuntu-18.04, windows-latest]
|
||||
os: [macos-latest, ubuntu-18.04, windows-latest]
|
||||
steps:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
|
||||
4
.github/workflows/ci-go-tests.yaml
vendored
4
.github/workflows/ci-go-tests.yaml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-10.15, ubuntu-18.04, windows-latest]
|
||||
os: [macos-latest, ubuntu-18.04, windows-latest]
|
||||
dolt_fmt: [ "" ]
|
||||
include:
|
||||
- os: "ubuntu-18.04"
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-10.15, ubuntu-18.04, windows-latest]
|
||||
os: [macos-latest, ubuntu-18.04, windows-latest]
|
||||
dolt_fmt: [ "" ]
|
||||
include:
|
||||
- os: "ubuntu-18.04"
|
||||
|
||||
Reference in New Issue
Block a user