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 c6e3bce commit f57b0a8Copy full SHA for f57b0a8
.github/workflows/rundemo.yml
@@ -8,7 +8,8 @@ on:
8
- '*'
9
jobs:
10
InternationalizationBenchmarks:
11
- runs-on: ubuntu-24.04
+ #runs-on: ubuntu-24.04
12
+ runs-on: macos-15
13
timeout-minutes: 30
14
steps:
15
- name: "Checkout swift-foundation-icu-demo"
@@ -52,7 +53,6 @@ jobs:
52
53
working-directory: swift-foundation-icu
54
run: perl -pi -e 's/"USE_PACKAGE_DATA"/"DISABLED_USE_PACKAGE_DATA"/g' Package.swift
55
- name: "Test swift-foundation-icu-demo with data file"
- if: false
56
working-directory: swift-foundation-icu-demo
57
run: ICU_DATA_DIR_PREFIX=${{ github.workspace }}/swift-foundation-icu-demo/LOCALE_DATA swift test
58
- name: "Verify that ICU data file is being used"
0 commit comments