Skip to content

Commit

Permalink
[workflows] Update CI to test release_18x, and stop testing release_16x
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanpkc committed May 15, 2024
1 parent c7dc57c commit e5389ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_flang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
target: [X86]
cc: [clang]
version: [14, 15]
llvm_branch: [release_16x, release_17x]
llvm_branch: [release_17x, release_18x]
include:
- target: X86
cc: gcc
version: 12
llvm_branch: release_16x
llvm_branch: release_17x
- target: X86
cc: gcc
version: 12
llvm_branch: release_17x
llvm_branch: release_18x

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so the job can access it
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_flang_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
target: [AArch64]
llvm_branch: [release_16x, release_17x]
llvm_branch: [release_17x, release_18x]

steps:
- name: Check tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_flang_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os:
- windows-latest
# - self-hosted
llvm_branch: [release_16x, release_17x]
llvm_branch: [release_17x, release_18x]
include:
- os: windows-latest
arch: amd64
Expand Down

0 comments on commit e5389ad

Please sign in to comment.