Skip to content

Commit

Permalink
switch to macos-latest label
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jun 22, 2024
1 parent 9c3dbbf commit d11617c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14]
os: [ubuntu-latest, macos-latest]
node: ['20']
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14]
os: [ubuntu-latest, macos-latest]
node: ['20']
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14]
os: [ubuntu-latest, macos-latest]
node: ['20']
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-14]
os: [ubuntu-latest, macos-latest]
node: ['20']
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d11617c

Please sign in to comment.