diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index d03243c2..b0121044 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -22,7 +22,7 @@ jobs: matrix: version: # NOTE: the versions below should match those in your botconfig - '1.6' - - '1' + - '1.7' os: # NOTE: should match the os setting of your botconfig - ubuntu-latest arch: diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4062fc8a..901cfc5c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@latest with: - version: 1 + version: '1.7' # Setup - name: Ubuntu TESTCMD diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe41a44b..cd93d392 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: version: - 'nightly' - '1.6' - - '1' + - '1.7' os: - ubuntu-latest - windows-latest