From 8ccc9d84a8a45c90171d84a6e5793693a42010a3 Mon Sep 17 00:00:00 2001 From: WooKyoung Noh Date: Mon, 1 Jan 2024 21:10:06 +0900 Subject: [PATCH] github actions - julia 1.10.0 --- .github/workflows/actions.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 541e5ba..177f789 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -7,14 +7,12 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - julia-version: [1.9.4] + julia-version: [1.10.0] julia-arch: [x64] os: [ubuntu-latest, macos-latest, windows-latest] include: - julia-version: nightly os: ubuntu-latest - - julia-version: 1.8.4 - os: ubuntu-latest - julia-version: 1.6.7 os: ubuntu-latest steps: