diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2e8800..2b105c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: version: - 'lts' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'. - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. -# - 'pre' + - 'pre' os: - ubuntu-latest - windows-latest - - macOS-15 + - macOS-latest arch: - x64 - aarch64 @@ -30,7 +30,7 @@ jobs: arch: aarch64 - os: windows-latest arch: aarch64 - - os: macOS-15 + - os: macOS-latest arch: x64 steps: - uses: actions/checkout@v6