1
0
Fork 0
mirror of https://github.com/cachix/install-nix-action.git synced 2025-06-08 00:27:00 +09:00

test macos-13

This commit is contained in:
Domen Kožar 2023-06-16 20:01:50 +01:00
parent e27879448e
commit bbca90b740

View file

@ -9,7 +9,7 @@ jobs:
simple-build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3