Skip to content

Commit

Permalink
Update CI OS (#65)
Browse files Browse the repository at this point in the history
* Update Tier1.yml

* Update Tier2.yml
  • Loading branch information
palday authored Nov 9, 2023
1 parent 080910f commit fe3b36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
julia-version: [1]
julia-arch: [x64]
os: [ubuntu-18.04, macos-10.15, windows-2019]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/Tier2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@ jobs:
matrix:
julia-version: [1.6, nightly]
julia-arch: [x64]
os: [ubuntu-18.04]
exclude:
- julia-version: 1.3
julia-arch: x64
- os: macos-10.15
julia-arch: x86
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit fe3b36a

Please sign in to comment.