Skip to content
Prev Previous commit
Next Next commit
Add .NET 8 to GitHub workflow
  • Loading branch information
normj committed Oct 26, 2023
commit 971e36cc2c2962b1a8469f408051b15f83efa175
2 changes: 1 addition & 1 deletion .github/workflows/source-generator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
dotnet-version: 8.0.100-rc.2.23502.2
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down