Skip to content

Commit c6279be

Browse files
committed
bump github action julia version [skip ci]
1 parent 31dac2d commit c6279be

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
version:
14-
- '1.11.4'
14+
- '1.11.6'
1515
os:
1616
- ubuntu-latest
1717
#- macOS-latest

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
julia-version: [1.6.0]
12+
julia-version: [1.11.6]
1313
julia-arch: [x64]
1414
os: [ubuntu-latest]
1515
steps:

.github/workflows/CompatHelperManual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: "contains(github.event.head_commit.message, '[compat]')"
1010
strategy:
1111
matrix:
12-
julia-version: [1.6.0]
12+
julia-version: [1.11.6]
1313
julia-arch: [x64]
1414
os: [ubuntu-latest]
1515
steps:

.github/workflows/ManuallyBuildDoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: julia-actions/setup-julia@latest
1313
with:
14-
version: '1.11.4'
14+
version: '1.11.6'
1515
- run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
1616
- run: julia --project=docs -e '
1717
using Pkg;

0 commit comments

Comments
 (0)