Skip to content

Commit

Permalink
Merge pull request #397 from julia-vscode/julia-pkgbutler-updates
Browse files Browse the repository at this point in the history
Julia Package Butler Updates
  • Loading branch information
davidanthoff authored Dec 19, 2024
2 parents 74d2bc3 + f98c767 commit ce98ea3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/jlpkgbutler-ci-master-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10']
julia-version: ['1.10', '1.11']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macos-12]
os: [ubuntu-latest, windows-latest, macos-13]
exclude:
- os: macos-12
- os: macos-13
julia-arch: x86
- os: macos-13
julia-version: "1.4"

steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/jlpkgbutler-ci-pr-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10']
julia-version: ['1.10', '1.11']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macos-12]
os: [ubuntu-latest, windows-latest, macos-13]
exclude:
- os: macos-12
- os: macos-13
julia-arch: x86
- os: macos-13
julia-version: "1.4"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ce98ea3

Please sign in to comment.