diff options
Diffstat (limited to '.github/workflows/emscripten.yml')
| -rw-r--r-- | .github/workflows/emscripten.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 07f140d..2de51e0 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml | |||
| @@ -14,16 +14,16 @@ concurrency: | |||
| 14 | jobs: | 14 | jobs: |
| 15 | test: | 15 | test: |
| 16 | name: "Emscripten" | 16 | name: "Emscripten" |
| 17 | runs-on: "ubuntu-latest" | 17 | runs-on: "ubuntu-24.04" |
| 18 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} | 18 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} |
| 19 | permissions: | 19 | permissions: |
| 20 | contents: read | 20 | contents: read |
| 21 | steps: | 21 | steps: |
| 22 | - name: "Checkout repository" | 22 | - name: "Checkout repository" |
| 23 | uses: actions/checkout@v4 | 23 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 24 | 24 | ||
| 25 | - name: "Setup emsdk" | 25 | - name: "Setup emsdk" |
| 26 | uses: mymindstorm/setup-emsdk@v14 | 26 | uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14 |
| 27 | with: | 27 | with: |
| 28 | version: "3.1.60" | 28 | version: "3.1.60" |
| 29 | 29 | ||
| @@ -42,16 +42,16 @@ jobs: | |||
| 42 | # Test ASAN with and without ASM enabled. | 42 | # Test ASAN with and without ASM enabled. |
| 43 | test-asan: | 43 | test-asan: |
| 44 | name: "ASAN (no-asm)" | 44 | name: "ASAN (no-asm)" |
| 45 | runs-on: "ubuntu-latest" | 45 | runs-on: "ubuntu-24.04" |
| 46 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} | 46 | if: ${{ github.repository_owner == 'libressl' || github.event_name != 'schedule' }} |
| 47 | permissions: | 47 | permissions: |
| 48 | contents: read | 48 | contents: read |
| 49 | steps: | 49 | steps: |
| 50 | - name: "Checkout repository" | 50 | - name: "Checkout repository" |
| 51 | uses: actions/checkout@v4 | 51 | uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 |
| 52 | 52 | ||
| 53 | - name: "Setup emsdk" | 53 | - name: "Setup emsdk" |
| 54 | uses: mymindstorm/setup-emsdk@v14 | 54 | uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14 |
| 55 | with: | 55 | with: |
| 56 | version: "3.1.60" | 56 | version: "3.1.60" |
| 57 | 57 | ||
