We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425d06d commit bb08f01Copy full SHA for bb08f01
.github/workflows/.workflowTest.yml
@@ -19,7 +19,7 @@ jobs:
19
# We can add more jobs here for different OS
20
ICC-Config-debug:
21
# The type of runner that the job will run on
22
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
23
steps:
24
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25
- uses: actions/checkout@v3
@@ -36,7 +36,7 @@ jobs:
36
37
ICC-Compile:
38
# a compile only -no test -quick check
39
40
41
42
0 commit comments